Closed bterlson closed 19 hours ago
Is there not a way to use vscode node.exe?
There is a way. We stopped using it because at one point VS Code node was too old for us.
The way is to pass a NodeModule
instead of an Executable
to the LanguageClient
constructor in extension.ts.
Can provide better error message , verified
Sometimes, for reasons, node.exe may not be in a users path. There should be a better error message.
Additionally, allowing users to configure an explicit node path so that they don't need node.exe in their environment would probably be welcome in exotic situations.