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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
The underlying language server has been changed to the Theia IDE typescript-language-server. This resolves a number of important issues around module resolution, performance, version of TypeScript, tsconfig feature support etc.
Thanks to the Theia IDE team for their language server and @mattlyons0 for helping figure out how to use it and push the necessary required changes upstream!
Changed language server to Theia IDE
Code Format now supported
No longer prints "Server failed to shutdown" on package deactivation
Prevent error when opening a file without first opening a directory/folder (project)
Note: It is recommended that you always open the root of your project as a folder in order for the language server to correctly identify your projects tsconfig etc.