79602296

Date: 2025-05-01 17:46:50
Score: 0.5
Natty:
Report link

I'm not aware of a way to deliberately open the Debug Console upon starting a test, but you can instruct VS Code not to open the Test Results pane with the setting testing.automaticallyOpenTestResults.

A screenshot of the VS Code Setting "Testing: Automatically Open Test Results"

"testing.automaticallyOpenTestResults": "neverOpen"

With the value of neverOpen, if the Debug Console is already open when you start the tests, it will continue to stay open instead of switching to the Test Results pane.

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: thehale