Skip to content

Releases: microsoft/vscode-java-test

0.45.0

16 Apr 02:44
8075076

Choose a tag to compare

What's Changed

  • feat - Support excluding source paths from coverage reporting in #1809
  • feat - Add @suite support on JUnit 5 in #1846
  • enhancement - Refresh test unit treeview with specific path in #1842
  • fix - Fix JUnit 6 support in #1840
  • fix - Identify naming in JUnit in #1847
  • fix - Trigger UI except other LSP event in #1844
  • fix - Remove erroneous double-quoting of -javaagent arg on Windows in #1832

0.44.0

14 Jan 06:02
e5e4aff

Choose a tag to compare

What's Changed

  • feat - junit 6 support in #1820
  • fix - update build script for xml size limit in #1815

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