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
-`phpunit.showAfterExecution` setting — test output now displays in VS Code's native **Test Results Panel** instead of the Output channel. The Output channel (`PHPUnit Debug`) is retained for raw debug output only.
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
41
42
42
### Fixed
43
43
- Fix: PHP syntax highlighter misidentifies multiplication line (`* $b`) as doc-comment
Copy file name to clipboardExpand all lines: packages/extension/package.json
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -157,18 +157,6 @@
157
157
"description": "Clear the debug output channel before each test run.",
158
158
"scope": "resource"
159
159
},
160
-
"phpunit.showAfterExecution": {
161
-
"type": "string",
162
-
"enum": [
163
-
"always",
164
-
"onFailure",
165
-
"never"
166
-
],
167
-
"default": "onFailure",
168
-
"markdownDeprecationMessage": "**Deprecated**: Test output now displays in VS Code's native Test Results Panel. This setting no longer has any effect.",
169
-
"description": "(Deprecated) Specify if the test report will automatically be shown after execution.",
0 commit comments