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
13 stars 7 forks source link

Trying to make sure java classes can be used in VS Code projects #401

Open DavyLandman opened 3 months ago

DavyLandman commented 3 months ago

Right now, functions with @javaClass annotations do not work, I think this should be enough.

DavyLandman commented 3 months ago

Looking at some more code, this is also needed in the REPL, especially if you take into account the multiple project setup. where we have to also have the target folder of other projects in our classpath.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud