You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: