Skip to content

Commit

Permalink
chore: remove unwanted $/progress setup handler from default setup co…
Browse files Browse the repository at this point in the history
…nfig (#51)
  • Loading branch information
s1n7ax authored Dec 17, 2023
1 parent 222907e commit 4ab0b6c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lua/java-core/ls/servers/jdtls/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@ function M.get_config()
},
},
},

handlers = {
--@TODO
--overriding '$/progress' is necessary because by default it's using the
--lspconfig progress handler which prints the wrong value in the latest
--jdtls version (tested on 1.29.0).
--https://github.com/neovim/nvim-lspconfig/issues/2897
['$/progress'] = vim.lsp.handlers['$/progress'],
},
}
end

Expand Down

0 comments on commit 4ab0b6c

Please sign in to comment.