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
Investigation of how we can improve support for languages embedded in JavaScript / TypeScript template strings. A few example embedded languages: css, html, glsl, graphql, ...
The text was updated successfully, but these errors were encountered:
This prototype makes use of a TS Server plugin and VS Code's css language library. VS Code extensions can contribute a global TS Server plugin, however this API is not ready for production yet. Here are a few issues with contributed plugins:
The current story of when we load global plugins is confusing. Right now, we only load the contirbuted TS Server plugins when using a global version of TypeScript (not the version from the workspace). This was done for versioning reasons. We should investigate this more because IMO the global plugins should always be loaded unless you are using a version of TypeScript that is too old
Investigation of how we can improve support for languages embedded in JavaScript / TypeScript template strings. A few example embedded languages: css, html, glsl, graphql, ...
The text was updated successfully, but these errors were encountered: