Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

v0.8.0

Latest
Compare
Choose a tag to compare
@damieng damieng released this 29 Nov 20:34
· 24 commits to master since this release
b29cab6

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
  • Many issues are likely resolved