Skip to content

Open "debug console" when launching tests.

Richard Wells requested to merge feature-auto-open-debug-terminal into main

When launching debug in VSCode, the debug console is not automatically opened. Test results aren't visible unless you click on it, as the console stays on the build results. This VSCode launch config option automatically opens the debug console if the build is successful.

Merge request reports