Support External Files Provided by TS Plugin #30411
Labels
feature-request
Request for new features or functionality
*out-of-scope
Posted issue is not in scope of VS Code
plan-item
VS Code - planned item for upcoming
typescript
Typescript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
Milestone
Problem
Support the new external files option that TS plugins can provide: microsoft/TypeScript#15308
We currently allow TSServer plugin extensions to register themselves for custom language modes. The angular extension for example could register the angular plugin with support for the
ng-html
language. There were a few problems with the current implementation:ng-html
files with TSServer.ng-html
files as TypeScript codePotential Fix
On potential fix we discussed previously: add a
plugin
property onopen
requests. TypeScript would look at theplugin
property and only start validating the file if has the corresponding plugin.The text was updated successfully, but these errors were encountered: