usethesource / rascal-language-servers

An LSP server for Rascal which includes an easy-to-use LSP generator for languages implemented in Rascal, and an interactive terminal REPL.
BSD 2-Clause "Simplified" License
10 stars 7 forks source link

Switch to ESM & node 18 & newer version of VS Code #348

Closed DavyLandman closed 4 months ago

DavyLandman commented 7 months ago

latest vscode-language-client (https://github.com/usethesource/rascal-language-servers/pull/321) and chai requires both ESM and node 18.

Looks like this is something we have to tackle soon.