Damien Radtke
Damien Radtke
Sorry, line 173. I'm at work right now and can't test your fix, but I'll be sure to give it a shot and let you know soon.
That makes sense, but wouldn't it also make sense for the language server to override Buildship's default setting? Users of the server will be working with Gradle (or whatever the...
Is there a language server command for refreshing the build that I'm not aware of? I ran into this issue because I was running tests through [java-debug](https://github.com/microsoft/java-debug), one failed due...
Yeah, there's a poorly-documented command [`java/buildWorkspace`](https://github.com/eclipse/eclipse.jdt.ls/blob/1400ad5d47aec41a1fbbeb1b680a7ef690691c04/org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/handlers/JDTLanguageServer.java#L815), which helps in my case, as long as I forced a full rebuild.
To provide a little more context: I want to run Fabio on Nomad, which is already configured to talk to Consul with HTTPS over a Unix socket, and I want...
No update on this? This really needs to be added in there.
I have a forked branch that adds simple Gradle support to the dependency inference algorithm. It's not great, since Gradle's tooling API doesn't seem to offer an easy way to...
Forgot to add the link to my branch: https://github.com/georgewfraser/java-language-server/compare/master...dradtke:basic-gradle-support
Hey @norunners, I think I discovered a workaround, though it doesn't entirely fix the issue. I was able to get it to work by changing `index.html` from this: ```html ```...
I've discovered a little more about the root cause, but haven't developed a proper fix yet. It comes down to the way that HTML nodes are represented in the DOM,...