-
-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Did you check docs and existing issues?
- I have read all the plugin docs
- I have searched the existing issues
- I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
0.11.2
Operating system/version
Linux
Describe the bug
When trying to download java-debug-adapter from Mason, the downloaded archive does not contain the file that is described in the package should be there.
There are two possible fixes:
- change java-debug-adapter version to 0.58.2 in the default config.
- add a java-debug-adapter package in nvim-java/mason-registry.
I can only provide a PR for 1.
Steps To Reproduce
- Comment out any custom configuration that alters java-debug-adapter version from the default config.
- Open Mason UI
- (dangerous) If java-debug-adapter is installed, uninstall it.
- Restart Neovim
- Nvim-java opnes Mason UI which and starts java-debug-adapter installation.
- It fails with:
Link target "/home/ilya/.local/share/nvim/mason/packages/java-debug-adapter/extension/server/com.microsoft.java.debug.plugin-0.53.2.jar" does not exist.
Expected Behavior
Mason is able to install the desired java-debug-adapter version.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working