-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Error: [telescope.builtin.lsp_*]: server does not support definitionProvider
#589
Comments
I'm not sure if this is an issue with nvim-jdtls or if it's an issue with telescope.nvim, but I've been using Telescope for a while and I've never had this issue before. I just installed nvim-jdtls. |
That's very likely a telescope issue. Since neovim/neovim@ddd92a7 neovim supports dynamic registration for definition, and eclipse.jdt.ls uses that, so the They should adapt it to use |
Whether you found a solution. |
LSP client configuration
Eclipse.jdt.ls version
v1.29.0
Steps to Reproduce
:Telescope lsp_definitions
[telescope.builtin.lsp_*]: server does not support definitionProvider
Expected Result
(basically) the same behaviour as with
vim.lsp.buf.definition()
(which does work)Actual Result
I get the errorr:
[telescope.builtin.lsp_*]: server does not support definitionProvider
The text was updated successfully, but these errors were encountered: