Skip to content

Releases: microsoft/vscode-java-test

0.11.0 - Nov 2018

27 Nov 07:36
35b301f
Compare
Choose a tag to compare

Added

  • Add TestNG support.

Changed

  • Test explorer change to lazy-load mechanism.
  • Always resolve the classpath before running test jobs - no need to trigger Refresh Classpath anymore.

0.10.0

10 Oct 08:43
449e3c4
Compare
Choose a tag to compare

Changed

  • Sort packages alphabetically in Test Explorer. #310
  • Get JAVA_HOME location through calling the API exposed by the Java Language Server. #319

Fixed

  • Fix a bug that code lenses are not in the correct place. #36

0.9.0

21 Sep 07:06
1b6f873
Compare
Choose a tag to compare

Changed

  • Test explorer will always show in the Activity Bar after the extension is activated. #271

Fixed

  • Fix a bug that Java Test Runner will interfere with Java language server. #260
  • Fix 'command not found error' when triggering commands. #289