Releases: microsoft/vscode-java-test
Releases · microsoft/vscode-java-test
0.31.0
Compare
Sorry, something went wrong.
No results found
jdneo
released this
06 Aug 02:58
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.1
Compare
Sorry, something went wrong.
No results found
jdneo
released this
28 Jun 09:07
0.30.0
Compare
Sorry, something went wrong.
No results found
jdneo
released this
26 May 02:48
Added
Support new Source Action: Generate Tests... in source files to help scaffold the tests. #1172
0.29.0
Compare
Sorry, something went wrong.
No results found
jdneo
released this
29 Apr 06:44
Added
Support new Source Action: Generate Tests... in the test source files. #1172
Fixed
0.28.1
Compare
Sorry, something went wrong.
No results found
jdneo
released this
08 Mar 09:26
Added
Add welcome view in Test explorer when there is no folders opened. PR#1141
Changed
Apply the new extension icon. PR#1144
Fixed
0.28.0
Compare
Sorry, something went wrong.
No results found
jdneo
released this
03 Feb 08:01
Added
Support running tests from the Java Project explorer for Maven and Gradle projects. PR#1125
Changed
Improve the accessibility of the test status bar item. #1126
Improve the accessibility of the test report page. #1128
Opening files from the Test explorer now has the same experience as the File explorer. PR#1129
Fixed
0.27.0
Compare
Sorry, something went wrong.
No results found
jdneo
released this
07 Jan 04:56
Changed
Change the scope of the setting java.test.report.showAfterExecution to window. #1104
Adopt the progress reporter API proposed in Debugger for Java@0.30.0. PR#1119
To prevent the notification dialog showing up, you can set the setting java.silentNotification to true.
0.26.1
Compare
Sorry, something went wrong.
No results found
jdneo
released this
08 Dec 09:23
Changed
Automatically switch to DEBUG CONSOLE when a new test session starts. #1106
Do not show the Test Explorer for a non-Java workspace. #793
Fixed
0.26.0
Compare
Sorry, something went wrong.
No results found
jdneo
released this
09 Nov 08:27
Added
Navigate from stacktrace line to proper file in test reports. #384
Changed
Only show the Migrate Deprecated 'launch.test.json' command when workspace has the deprecated files. PR#1084
Update the run buttons in the Test Explorer. PR#1086
Fixed
0.25.0
Compare
Sorry, something went wrong.
No results found
jdneo
released this
20 Oct 03:03
Added
Add new commands java.test.editor.run and java.test.editor.debug to run and debug tests in current file. PR#1066
Changed
The field vmargs in java.test.config is deprecated, vmArgs is used to align with the debug launch configuration. #852
Removed
The adaptive debounce mechanism when resolving Code Lenses is removed since it is embedded in Visual Studio Code 1.50.0. PR#1074
Fixed