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
Is there anyway to set angular language service to only run on angular projects in my mono repo?
Seems like I get the initialising language service spinner while it's trying to figure it out and blocking things like intellisense.
Bug Type
What does this bug affect
Angular Language Service VSCode extension
Angular Language Service server
Reproduction
Steps to reproduce the behavior:
Run angular language service in a mono repo with non angular projects
Expected behavior
A clear and concise description of what you expected to happen.
Logs
[Info - 11:47:58] Disabling language service for /Users/name/Documents/Source/monorepo/packages/some-package/tsconfig.json because project is not an Angular project ('@angular/core' could not be found).
[Info - 11:47:59] Disabling language service for /Users/name/Documents/Source/monorepo/apps/some-app/tsconfig.json because project is not an Angular project ('@angular/core' could not be found).
🐞 bug report
Description
Is there anyway to set angular language service to only run on angular projects in my mono repo?
Seems like I get the initialising language service spinner while it's trying to figure it out and blocking things like intellisense.
Bug Type
What does this bug affect
Reproduction
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Logs
🌍 Your Environment
Angular Version:
Extension Version:
VSCode Version:
Operating System:
Anything else relevant?
The text was updated successfully, but these errors were encountered: