Releases: microsoft/vscode-java-test
Releases · microsoft/vscode-java-test
0.28.0
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
Changed
- Change the scope of the setting
java.test.report.showAfterExecution
to window
. #1104
- Adopt the progress reporter API proposed in
Debugger for [email protected]
. PR#1119
To prevent the notification dialog showing up, you can set the setting java.silentNotification
to true
.
0.26.1
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
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
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
0.24.2
Changed
- Adopt the adaptive debounce mechanism when resolving Code Lenses. PR#1051
- Use ASTProvider when parse the AST nodes. PR#1052
Fixed
0.24.1
Changed
- Improve the performance for resolving test Code Lenses. #1039
- Adopt welcome view for Test explorer in LightWeight Mode. PR#1046
0.24.0
Added
- Add relaunch tests command. #1030
- Add the panel icon for the test report. #PR1032
- Show test report via keyboard shortcut and command palette. #1002
- Adopt the new APIs for the LightWeight mode. PR#1019
Changed
- Run directly if the test is triggered from a method node in explorer. PR#1033
Fixed
0.23.0
Added
Changed
- Resolve the Code Lenses only when the current source file is on test source paths. PR#997
Fixed
0.22.4
Added
- Add
sourcePaths
key in java.test.config
to specify source paths. #982