-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Description
Hi!
I'm working on a large Java project on Neovim Windows, and I encountered many problems with jdtls and java-debug until I found out about the
shortenCommandLine: 'argfile'
argument, set either in the .vscode/launch.json or in the jdtls configuration (see this discussion).
I am experimenting with neotest-java for better test handling within Neovim, but I'm getting the usual issues that happens when I try to run or debug without the shortenCommandLine argument set to 'argfile': lockups, timeouts and no output.
My configuration for neotest-java is the same as the LazyVim setup described in the README.
OS: Windows 11 Pro (23H2)
Neovim: 0.11
JDTLS: 1.43
java-test: 0.43
LazyVim: 14.6.0
Originally posted by @erikson84 in #170