We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222907e commit 4ab0b6cCopy full SHA for 4ab0b6c
lua/java-core/ls/servers/jdtls/config.lua
@@ -22,15 +22,6 @@ function M.get_config()
22
},
23
24
25
-
26
- handlers = {
27
- --@TODO
28
- --overriding '$/progress' is necessary because by default it's using the
29
- --lspconfig progress handler which prints the wrong value in the latest
30
- --jdtls version (tested on 1.29.0).
31
- --https://github.com/neovim/nvim-lspconfig/issues/2897
32
- ['$/progress'] = vim.lsp.handlers['$/progress'],
33
- },
34
}
35
end
36
0 commit comments