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
I would like to use a Node-based language server with a Visual Studio LSP client. I'm trying to use the Visual Studio and VS Code samples since this should be the easiest way to start, but it doesn't work.
Installed products
Description
I would like to use a Node-based language server with a Visual Studio LSP client. I'm trying to use the Visual Studio and VS Code samples since this should be the easiest way to start, but it doesn't work.
Steps to recreate
ActivateAsync
function in the LanguageServerProtocol sample to run the serverCurrent behavior
When I open the file, I get the following error:
If I set the
CreateNoWindow
tofalse
I can see opening the terminal, but it closes immediately.Expected behavior
When I press
ctrl
+space
in the file, I should see the code completion items from the server.The text was updated successfully, but these errors were encountered: