Skip to content

Commit 4ab0b6c

Browse files
authored
chore: remove unwanted $/progress setup handler from default setup config (#51)
1 parent 222907e commit 4ab0b6c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lua/java-core/ls/servers/jdtls/config.lua

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@ function M.get_config()
2222
},
2323
},
2424
},
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-
},
3425
}
3526
end
3627

0 commit comments

Comments
 (0)