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.
41
+
39
42
### Fixed
40
43
- Fix: PHP syntax highlighter misidentifies multiplication line (`* $b`) as doc-comment
41
44
- Fix: TestRunWriter.appendLine now correctly appends trailing newline
Copy file name to clipboardExpand all lines: packages/extension/package.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,8 @@
165
165
"never"
166
166
],
167
167
"default": "onFailure",
168
-
"description": "Specify if the test report will automatically be shown after execution",
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