How to run language server with Sublime Text on Windows? Hi there :) I have installed `lsp-tsserver` (https://github.com/microsoft/TypeScript-Sublime-Plugin). When I open a JS file, there is an error message: > Could not start lsp-tsserver > [WinError 2] The system cannot find the file specified I tried to add the `"node_path": "C:/Program Files/nodejs/node.exe"` in the Sublime Text's configuration file, but it doesn't seem to help. Does anybody know how to fix it? Here is an issue on GitHub where people discuss it: https://github.com/sublimelsp/LSP/issues/337. I asked there too, but the guys there seem to visit GitHub very rarely, so I don't think I will get an answer from there soon. |
No comments yet