Skip to content

Commit fd6f1aa

Browse files
committed
chore: bump version to 3.9.30
1 parent ae5a63e commit fd6f1aa

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

packages/extension/CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.30] - 2026-02-28
8+
9+
### Removed
10+
- Remove `phpunit.showAfterExecution` setting — test output now displays in VS Code's native **Test Results Panel**. Use VS Code's built-in `testing.openTesting` setting to control when the panel opens.
11+
712
## [3.9.29] - 2026-02-28
813

914
### Added
@@ -36,9 +41,6 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
3641
- Printer: ANSI color output with Collision-style syntax highlighting in Test Result Panel
3742
- Printer: configurable format-string presets (progress, collision, pretty)
3843

39-
### Removed
40-
- `phpunit.showAfterExecution` setting — test output now displays in VS Code's native **Test Results Panel** instead of the Output channel. Use VS Code's built-in `testing.openTesting` setting to control when the panel opens. The Output channel (`PHPUnit Debug`) is retained for raw debug output only.
41-
4244
### Fixed
4345
- Fix: PHP syntax highlighter misidentifies multiplication line (`* $b`) as doc-comment
4446
- Fix: TestRunWriter.appendLine now correctly appends trailing newline

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.29",
7+
"version": "3.9.30",
88
"private": true,
99
"license": "MIT",
1010
"repository": {

0 commit comments

Comments
 (0)