language-tools
language-tools copied to clipboard
Document required node version
It would be nice to know which nodejs version you need to run a specific version of the language server. I think this missing key information might be the cause of lot of issues regarding ide integrations.
PR welcome :)
Basically it works on Node.js v16 and above, there was a bug in Node.js 18.19.1 that caused our code to crash, I believe the problem has been fixed in VSCode 1.88 and later.