Closed
Description
This is a bit of an issue with using the standalone exe right now, the language server still needs to run from node.
The simplest options is probably to try to use the node version provided by vscode as fallback. This used to not work as it was too old and didn't support ESM modules but it is probably updated now.
The alternative is to add a flag to the standalone cli like --server
that load the local LSP code.