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
feat: Disable language service for non-Angular projects
Disable the langauge service for a particular project if it is not an
Angular project.
The detection mechanism relies on the presence of
`@angular/core/core.d.ts` file in the program.
PR closes#391
0 commit comments