Dynamically loading language server implementation from the local version of wireit
Open
- Dominant language
- TypeScript
- Stars
- 6.4k
- Forks
- 128
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
Ideally we'd use the local implementation of wireit to power not only the CLI but also the language server that powers many of the vscode extension's features.
There's a couple of ways we could slice this. We could dynamically import just `ide.ts`, or we could package up a complete language server binary as a bundle and include that in the wireit npm package.
Contributor guide
Assessment
This issue has not been assessed yet.