Skip to content

v0.0.6

Pre-release
Pre-release

Choose a tag to compare

@raix raix released this 17 Jun 07:18
· 30 commits to main since this release
1abd494

TypeScript Language Server Plugin now communicates via a RPC layer 🎉

  • Rewritten the communication layer between the extension and the TypeScript Language Server Plugin to improve performance and reliability.
  • Added generalized utility functionality to create Rpc calls, for now over Sockets but can be extended to other communication channels.
  • Configured Turborepo to manage the monorepo structure and dependencies.
  • Configured Changesets to manage the versioning and changelog generation. (preparing for automation)

We now have two dependencies less in the project and a simpler build setup + type safety for the communication layer 🍻