VS Code: 1.23.1
Java Test Runner: 0.6.1
Each time I add a new dependency to pom.xml, tests fail because they need some specific classes from the new dependency (throws error NoClassDefFoundErrors). Running $ mvn test from terminal works fine.
Test Runner only works again after I restart VSCode.
Possibly related issues: #198 , #138
VS Code: 1.23.1
Java Test Runner: 0.6.1
Each time I add a new dependency to
pom.xml, tests fail because they need some specific classes from the new dependency (throws errorNoClassDefFoundErrors). Running$ mvn testfrom terminal works fine.Test Runner only works again after I restart VSCode.
Possibly related issues: #198 , #138