Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure project language service is the Angular LS
Add check to ensure the returned language service for the project is the Angular Language Service. This removes the need for a type assertion and also prevents the native TS LS from taking the place of ours if there is an issue with the plugin registration (which would result in duplicate results in TS files). Fixes #1110.
- Loading branch information