Did you check docs and existing issues?
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.
Did you check docs and existing issues?
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:
I can only provide a PR for 1.
Steps To Reproduce
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.