Did you check docs and existing issues?
Neovim version (nvim -v)
0.9.4
Operating system/version
LMDE 6 / MacOs
Describe the bug
Installing this plugin failed due to a version mismatch between the downloaded the version of java-debug-adapter requested to download by nvim-java and the version that mason-registry tries to link.
Version 52 of java-debug-adapter downloaded contains the { name = 'java-debug-adapter', version = '0.52.0' },
Downloading file "https://open-vsx.org/api/vscjava/vscode-java-debug/0.52.0/file/vscjava.vscode-java-debug-0.52.0.vsix"…
[...ommited unpacking log...]
Link target "/home/distractedpen/.local/share/nvim/mason/packages/java-debug-adapter/extension/server/com.microsoft.java.debug.plugin-0.50.0.jar" does not exist.
Mason registry updated a few hours ago to java-debug-server version 55 which contains server version 50, version 52.0 of java-debug-adapter contains server version 47.0.
Steps To Reproduce
- Update nvim-mason to the latest version (1.9.0)
- Fresh install nvim-java
Expected Behavior
java-debug-adapter's server version file should match the version linked to by mason-registry.
Did you check docs and existing issues?
Neovim version (nvim -v)
0.9.4
Operating system/version
LMDE 6 / MacOs
Describe the bug
Installing this plugin failed due to a version mismatch between the downloaded the version of java-debug-adapter requested to download by nvim-java and the version that mason-registry tries to link.
Mason registry updated a few hours ago to java-debug-server version 55 which contains server version 50, version 52.0 of java-debug-adapter contains server version 47.0.
Steps To Reproduce
Expected Behavior
java-debug-adapter's server version file should match the version linked to by mason-registry.