Open debu999 opened 1 year ago
Are you using the testing side bar? If so, that's handled by a separate extension, vscode-java-test. It looks like there is some documentation for configuring the launch options for the tests here: https://github.com/microsoft/vscode-java-test/wiki/Run-with-Configuration . Let me know if that's helpful.
Hi Team, We use cmder in windows and after some followup was able to run the applicaiton fine in vscode. Details at https://gist.github.com/debu999/042e33b556fd253f5f28e43559c0af21 May be something can be added to have a debug quarkus app with cmder might help others. Regarding Unit Testing our applicaiton uses the following
Test suite have roughly 650 tests and takes ~ 2min in intelij. In VSCODE it takes a lot more than that. Just for 1 test case takes 3min. Is there anything to fix for the testing. Any VMArgs/Env etc.
There is no docs anywhere to test in java. Help on it. VSCode testing is unusuable.