You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app folder only consumes symbols from the rest of the code, none of the exported symbols in there are used outside of it.
Symbols in output folder are seldom needed for specific modules which know how to look them up anyway.
There is an option in VSCode, but using a similar value as in provided example doesn't seem to work:
Specifically from these paths at least:
/frontend/src/app
/frontend/src/codegen/output
app
folder only consumes symbols from the rest of the code, none of the exported symbols in there are used outside of it.Symbols in
output
folder are seldom needed for specific modules which know how to look them up anyway.There is an option in VSCode, but using a similar value as in provided example doesn't seem to work:
/frontend/.vscode/settings.json
Neither does including
"typescript.preferences.autoImportFileExcludePatterns": ["**/frontend/src/app"]
within workspace file.The text was updated successfully, but these errors were encountered: