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: packages/extension/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-phpunit" extension will be documented in this
4
4
5
5
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6
6
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
0 commit comments