Releases: microsoft/vscode-java-test
Releases · microsoft/vscode-java-test
0.22.3
Added
- Skipped tests can be toggled out in the test report. #754
Changed
- Migrate the icons in test explorer to VS Code Icons. PR#961
Fixed
0.22.2
Fixed
0.22.1
0.22.0
0.21.0
0.20.0
Added
- Add
java.test.saveAllBeforeLaunchTest
setting to specify whether to automatically save the files before launching the tests. #468 - Add
java.test.forceBuildBeforeLaunchTest
setting to specify whether to automatically build the workspace before launching the tests. #781
Changed
- The runner for JUnit 4 is changed to Eclipse JUnit 4 Runner. PR#795
- The title of the Test Explorer is changed to
Java
. PR#796
Fixed
0.19.0 - 2019-08-12
0.18.2 - 2019-07-23
0.18.1 - 2019-06-28
Added
- Support customizing the visibility of
Run Test
andDebug Test
CodeLens through setting:java.test.editor.enableShortcuts
. #374