-
Currently the vscode-java build fetches the server sources and rebuilds it from scratch.
When releasing, the actual signed bits from http://download.eclipse.org/jdtls/snapshots/?d should be used
-
Requires:
- Installing https://github.com/daveleroy/sublime_debugger
- Linking with Metals https://scalameta.org/metals/docs/integrations/debug-adapter-protocol
- Implementing `debug-adapter-sta…
-
### Problem Statement
I recently setup this plugin for debugging JUnit tests with [vscode-java-test](https://github.com/microsoft/vscode-java-test), and ran into an issue following [the instruction…
-
I have Java project with module structure like this:
```xml
../shared
../ui
module1
module2
...
```
When I open this project, I see only m…
-
I'm using the [starter.lvim](https://github.com/LunarVim/starter.lvim/tree/java-ide) and sdkman tool but cannot git it works. IM getting "Client 1 quit with exit code 1 and signal 0" after open a java…
-
LCLS output tab include the following exception:
```
Oct 15, 2024 2:44:21 PM org.eclipse.lsp4j.jsonrpc.RemoteEndpoint handleNotification
WARNING: Notification threw an exception: {
"jsonrpc": "2…
-
When I open a gradle based project, jdtls loads successfully. However, I am seeing import errors from the server. More specifically, I see errors when importing generated code (created by gradle).
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Konveyor version
release-0.4
### Priority
Major
### Current Behavior
We need to run go mod tidy in analyze…
-
Sorry if i sound too noob, but i can't find a solution of what i am facing about setting up lsp-java. My setup environment is as follows -
```
OS: Archlinux 64 bit
JDK: OpenJDK 11
Emacs: Version 2…
-
Hi, I'm trying your plugin but it's not working,
I'm trying your plugin but it's not working.
I'm getting various errors.
I'm using Lazyvim.
My config :
```lua
return {
"JavaHello/spring-b…