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
Angular templates incorrectly show duplicate definitions for methods or variables in the editor. When clicking on a method or variable, a modal appears to select the definition, but as shown in the attached screenshot, the same definition is listed multiple times.
Angular Language Service VSCode extension
Angular Language Service server
Reproduction
Steps to reproduce the behavior:
Open an Angular project with strictTemplates set to true in tsconfig.json.
Hover over or click on a method/variable in an Angular template.
Observe that the selection modal lists duplicate definitions for the same item.
Expected behavior
Each method or variable should appear only once in the modal for selection.
🐞 bug report
Is this a regression?
No.
Description
Angular templates incorrectly show duplicate definitions for methods or variables in the editor. When clicking on a method or variable, a modal appears to select the definition, but as shown in the attached screenshot, the same definition is listed multiple times.
Reproduction
Steps to reproduce the behavior:
Expected behavior
Each method or variable should appear only once in the modal for selection.
Screenshots
🌍 Your Environment
Angular Version: 14, 16 and 18
Extension Version:
VSCode Version:
Operating System:
Anything else relevant?
The text was updated successfully, but these errors were encountered: