Lucas Alber
Lucas Alber
This issue is unrelated to Android. A workaround was implemented in LSP-jdtls here https://github.com/sublimelsp/LSP-jdtls/commit/e637730f22421a96f02d86b4683460ba24913d2e. See https://github.com/eclipse/eclipse.jdt.ls/issues/2362
It's on my todo for next week.
I updated JDTLS to 1.27.1 just now. Further updates require additional work, since Microsoft does not publish `.vsix` files on GitHub anymore, which contain the compiled debug/test plugin assets.
JDTLS is extended using plugins, the vsix packages the compiled files. Without the vsix files this package would have to download and compile the source of the plugins, which is...
@rwols Can you please provide more information on this? Do you talk about the Syntax server mode? I could not find any information on a single file mode.
I did some tests with docker swarm to ease deployment and judgehost scaling. Also I did work around the privileged judgehost by using a laucher image with DinD. You can...
> > > @LDAP do you have any links to the DinD Judgehost replacement (Very intrested)? Does it need to run with a `--privileged` flag? Have a look at [my...
> > > > > @LDAP do you have any links to the DinD Judgehost replacement (Very intrested)? Does it need to run with a `--privileged` flag? > > >...
What's your LSP, ST and OS version? Do you have Python installed? Is the Python module `venv` (python3-venv in Linux repos) installed?
What happens if you run `python -m venv` in a terminal?