Replies: 1 comment 2 replies
-
There's currently no direct support for that. From a quick look at vscode-gradle they're running gradle with But if it worked before and now doesn't I'd think it is a regression in vscode-java-test that should be reported? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've recently been running into issues in an older codebase where the testing platform from vscode-java-test seems to be incompatible with my actual tests---in particular, the debugger will fail to start. This happened after I updated vscode-java-test, but now I am struggling to downgrade as a lot of the dependencies it pulls in are now dead links. Is there any way to delegate the test running to gradle itself, e.g. in a similar way described here? microsoft/vscode-java-test#1045
Beta Was this translation helpful? Give feedback.
All reactions