-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ivy LS: duplicate results for autocomplete, quick info, etc outside of templates #1110
Comments
duplicate #1109 |
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 angular#1110.
The cause of this is indeed a duplicate of #1109, but I'm also leaving this one open because we can address the duplicate results issue by adding a safeguard when our language service plugin fails to register. |
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 angular#1110.
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.
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.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Describe the bug
The latest version, v11.2.0, seems to have added 2 regression bugs:
I'm including both bug reports here as I feel they may be related.
To Reproduce
Steps to reproduce the behavior:
Bug 1:
title
)Bug 2:
app.module.ts
, press ctrl+spaceExpected behavior
Logs
Please attach two logs:
Additional context
I'm using Windows 10
Angular CLI version 11.2.0
I tried to reproduce this in another window (in a React project) and could not do so
If I downgrade to 11.1.3 things all work as expected
The text was updated successfully, but these errors were encountered: