mfussenegger / nvim-jdtls

Extensions for the built-in LSP support in Neovim for eclipse.jdt.ls
GNU General Public License v3.0
1.05k stars 61 forks source link

Handle launch-args response format change in vscode-java-test #437

Closed mfussenegger closed 1 year ago

mfussenegger commented 1 year ago

The launch_args table is wrapped in a body property since:

https://github.com/microsoft/vscode-java-test/commit/5a78371ad60e86f858eace7726f0980926b6c31d

Fixes https://github.com/mfussenegger/nvim-jdtls/issues/436