Skip to content
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

bug: dap is not configured when there are multiple LSPs attached to .java files #125

Open
3 tasks done
s1n7ax opened this issue Mar 1, 2024 · 0 comments
Open
3 tasks done
Labels
bug Something isn't working

Comments

@s1n7ax
Copy link
Member

s1n7ax commented Mar 1, 2024

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)

Operating system/version

Describe the bug

Dap will not be configured if there are multiple LSPs like none.ls is attached to the same buffer and setup earlier than jdtls. This is caused due to the once=true when registering the LspAttach autocmd.

Steps To Reproduce

Expected Behavior

@s1n7ax s1n7ax added the bug Something isn't working label Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant