You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ All notable changes to the "vscode-java-test" extension will be documented in th
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
+
## 0.40.1
8
+
### Fixed
9
+
- The working directory is not set to folder opened in VS Code when it's unmanaged folder. [#1606](https://github.com/microsoft/vscode-java-test/issues/1606)
10
+
- JUnit5 DynamicContainer are not working. [#1617](https://github.com/microsoft/vscode-java-test/issues/1617)
11
+
- NPE when get test source paths. [#1621](https://github.com/microsoft/vscode-java-test/issues/1621)
12
+
7
13
## 0.40.0
8
14
### Added
9
15
- support to specify java executable. [PR#1602](https://github.com/microsoft/vscode-java-test/pull/1602), contributed by [@gayanper](https://github.com/gayanper)
0 commit comments