v0.0.6
Pre-release
Pre-release
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 🍻