Releases: microsoft/vscode-java-test
Releases · microsoft/vscode-java-test
0.33.1
Fixed
- Reduce the line spacing in test messages PR#1345
0.33.0
Added
-
Add more options in the setting java.test.config
:
More details, please see our document.
-
Support jumping between tests and corresponding test subjects #660
Changed
- Show the test messages at where they happen #1266
0.32.0
Changed
- Improve the experience of displaying the JUnit 4's parameterized tests #1296
Fixed
0.31.2
Changed
- Changed the extension name to
Test Runner for Java
. PR#1272
Fixed
0.31.0
0.31.0
Changed
Thanks to the power of the VS Code's new testing API, this release includes tremendous improvement including functionality and user experiences. Please have a try! Also remember to update your VS Code to the latest version (^1.59.0)!
0.30.0
Added
- Support new Source Action:
Generate Tests...
in source files to help scaffold the tests. #1172
0.29.0
Added
- Support new Source Action:
Generate Tests...
in the test source files. #1172
Fixed