Closed iamcco closed 1 year ago
This PR will add a new package that is applied to the built-in TS extension by the config typescriptServerPlugins and is used to disable rename provider of the built-in TS extension so VSCode asks the Angular Language Service for the answer instead.
typescriptServerPlugins
Detail about this package is here.
@iamcco FYI it seems this change was later rolled back here: https://github.com/angular/vscode-ng-language-service/pull/1687
This PR will add a new package that is applied to the built-in TS extension by the config
typescriptServerPlugins
and is used to disable rename provider of the built-in TS extension so VSCode asks the Angular Language Service for the answer instead.Detail about this package is here.