Skip to content

Releases: microsoft/vscode-java-test

0.43.2

07 Nov 08:36
bf9d4c1

Choose a tag to compare

What's Changed

  • fix - Update to jacoco 0.8.14 by @fbricon in #1798
  • fix - Test Runner for Java doesn't recognize tests by @snjeza in #1783
  • fix - update parent node state when test completes by @fbricon in #1799

0.43.1

03 Apr 08:08
58860a4

Choose a tag to compare

0.43.1

What's Changed

New Contributors

0.43.0

11 Nov 06:50
bc9d569

Choose a tag to compare

What's Changed

New Contributors

0.42.0

01 Aug 04:29
ad4b37c

Choose a tag to compare

What's Changed

  • feat - allow other extensions to register test runner by @jdneo in #1705

0.41.1

25 Apr 16:50
ebcc15e

Choose a tag to compare

What's Changed

  • fix: Enable html support for test outputs by @jdneo in #1684
  • fix: Bump org.jacoco.core to 8.12 by @jdneo in #1685

Full Changelog: 0.41.0...0.41.1

0.41.0

05 Apr 04:32
a30b06e

Choose a tag to compare

Added

Fixed

0.40.1

30 Oct 01:52
03d234c

Choose a tag to compare

Fixed

  • The working directory is not set to folder opened in VS Code when it's unmanaged folder. #1606
  • JUnit5 DynamicContainer are not working. #1617
  • NPE when get test source paths. #1621

0.40.0

25 Sep 01:37
6aa29b5

Choose a tag to compare

Added

Fixed

  • Editor gutter shortcuts disappear. #1604

0.39.1

04 Aug 04:43
d49478b

Choose a tag to compare

Removed

  • Remove marketplace preview flag. PR#1592

0.39.0

31 May 07:02
8d92744

Choose a tag to compare

Added

  • Support 'postDebugTask' in test configuration. #1557

Fixed

  • Resource nodes in Java Projects view should not have run test actions. #1559
  • Cannot run @TestFactory tests. #1565