Skip to content

Releases: microsoft/vscode-java-test

0.30.0

26 May 02:48
7cefe1e

Choose a tag to compare

Added

  • Support new Source Action: Generate Tests... in source files to help scaffold the tests. #1172

0.29.0

29 Apr 06:44
cf7bc55

Choose a tag to compare

Added

  • Support new Source Action: Generate Tests... in the test source files. #1172

Fixed

0.28.1

08 Mar 09:26
33ea4ce

Choose a tag to compare

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

03 Feb 08:01
02cef16

Choose a tag to compare

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

07 Jan 04:56
7e6b9d5

Choose a tag to compare

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

08 Dec 09:23
27b8d1c

Choose a tag to compare

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

09 Nov 08:27
b94d319

Choose a tag to compare

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

20 Oct 03:03
f27f9e0

Choose a tag to compare

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

07 Sep 07:51
57e7bd1

Choose a tag to compare

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

17 Aug 08:39
da52819

Choose a tag to compare

Changed

  • Improve the performance for resolving test Code Lenses. #1039
  • Adopt welcome view for Test explorer in LightWeight Mode. PR#1046