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

Fix cross project automatic reloading #337

Closed DavyLandman closed 9 months ago

DavyLandman commented 9 months ago

This PR fixes #336

I think we should also see if we can fix the underlying bug reported in usethesource/rascal#1884. But this fix would make sure our users are not hit by this any longer.

sonarcloud[bot] commented 9 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

jurgenvinju commented 9 months ago

ok good workaround. when we fix it in rascal, this code still works as well. so we can clean up independently