Skip to content

Commit 895db9a

Browse files
committed
chore: bump version to 3.9.38
- Fix: PathReplacer resolves ${workspaceFolder} to workspace root, not cwd (#413) - Fix: rename misleading fallback test for duplicated path segments
1 parent 04b8742 commit 895db9a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

packages/extension/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to the "vscode-phpunit" extension will be documented in this
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [3.9.38] - 2026-04-02
8+
9+
### Fixed
10+
- Fix: `PathReplacer` now correctly resolves `${workspaceFolder}` to the VS Code workspace root instead of `cwd` in monorepo / nested config setups (#413)
11+
- Fix: rename misleading fallback test to clarify duplicated path segment behavior
12+
713
## [3.9.37] - 2026-04-02
814

915
### Fixed

packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "PHPUnit & Pest Test Explorer",
55
"icon": "img/icon.png",
66
"publisher": "recca0120",
7-
"version": "3.9.37",
7+
"version": "3.9.38",
88
"private": true,
99
"license": "MIT",
1010
"repository": {

0 commit comments

Comments
 (0)