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

Upgrade to latest LSP client implementation and improve typescript configuration #370

Closed DavyLandman closed 3 months ago

DavyLandman commented 3 months ago

This PR does a few things that we've been delaying:

As a side effect this has to increase our minimal VS Code version to 1.82.0 (which was released in June 2023). Since most users are frequently updating VS Code, this should be fine.

This fixes #348 , we could not switch to ESM, as VS Code does not support that, but we could switch to a newer module system, just so we can use the new lsp library.

jurgenvinju commented 3 months ago

Thanks for this upgrade!

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud