-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It always asks if I want to download Java-debug #10
Comments
It's weird, can you run this command: |
Can you try to delete one of the versions, please? |
You could also try to delete the .m2 folder and the plugin folder? |
I guess this issue occur because of two versions of plugin, that's why I want you to delete one of this, to check if I'm right. |
If that was it, I deleted version 0.39.0, entered a Java project and it didn't ask me anything anymore, thank you very much for the help. |
Thanks. Will fix that. |
Recently I reinstalled plugins again, one of these was yours: use "artur-shaik/jc.nvim", I entered a Java project, and every time I open a file for the first time it asks me if I want to download Java-debub because I don't have it, I press 1 "finish" and it asks me again.
I tried deleting the folder it creates in ~/.local/share/jc.nvim, but the same thing keeps happening.
The plugin configuration is this:
require('jc').setup{}
Information from :checkhealt:
OK: javac:
javac 17.0.5
OK: java:
openjdk version "17.0.5" 2022-10-18
My system is Fedora 37 Workstation and the version of Neovim is:
NVIM v0.8.1
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
all plugins are up to date.
The text was updated successfully, but these errors were encountered: