language-tools icon indicating copy to clipboard operation
language-tools copied to clipboard

Document required node version

Open jumika opened this issue 1 year ago • 1 comments

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.

jumika avatar May 17 '24 08:05 jumika

PR welcome :)

so1ve avatar May 17 '24 15:05 so1ve

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.

johnsoncodehk avatar Jul 05 '25 11:07 johnsoncodehk