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
Use a TypeScript plugin in the Visual Studio Code extension instead of providing TypeScript integration via the language server. This reduces the memory footprint and enables interoperability with other TypeScript plugin based integrations, such as Vue. TypeScript support is still supported in the language server, but it must be enabled explicitly via initialize options.
Signed-off-by: Johnson Chu <[email protected]>
Co-authored-by: Remco Haszing <[email protected]>
0 commit comments