Releases: microsoft/vscode-java-test
Releases · microsoft/vscode-java-test
0.42.0
What's Changed
- feat - allow other extensions to register test runner by @jdneo in #1705
0.40.1
Fixed
- The working directory is not set to folder opened in VS Code when it's unmanaged folder. #1606
- JUnit5 DynamicContainer are not working. #1617
- NPE when get test source paths. #1621
0.40.0
Added
Fixed
- Editor gutter shortcuts disappear. #1604
0.39.1
Removed
- Remove marketplace preview flag. PR#1592
0.39.0
Added
- Support 'postDebugTask' in test configuration. #1557
Fixed
- Resource nodes in Java Projects view should not have run test actions. #1559
- Cannot run
@TestFactory
tests. #1565
0.38.2
Fixed
- Cannot run test with older versions of TestNG. #1540, contributed by @Kropie
- "Resolving launch configuration" never finishes when exception happens. #1543
- Update target platform. PR#1549, contributed by @Frederick888
0.38.1
0.38.1
Added
Fixed
- Sorting of parameterized tests should be natural. #1465, contributed by @Kropie
- Diff test messages may be duplicated. #1522, contributed by @fladdimir
- Overload test methods are not handled properly. #1517, contributed by @Kropie
0.37.1
Fixed
- Tests cannot be launched. #1481