Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamically loading language server implementation from the local version of wireit #210

Open
rictic opened this issue May 10, 2022 · 0 comments

Comments

@rictic
Copy link
Member

rictic commented May 10, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant