typescript: languages provided by plugins not synced #75088
Labels
feature-request
Request for new features or functionality
javascript
JavaScript support issues
typescript
Typescript support issues
Milestone
tsserver plugins could provide a list of languages so that when a document other than
.js[x]
andts[x]
is opened, the plugins would be notified.Angular language service relies on this to parse
.html
files in Angular templates.There seems to be a regression whereby languages provided by tsserver plugins are no longer synced (does not have buffer sync support).
This was brought to light by @andrius-pra in angular/vscode-ng-language-service#338 (comment)
For potential fix, please see a5853d6
cc: @mjbvz
The text was updated successfully, but these errors were encountered: