I am using VSCode with the C# Dev Kit and running tests from the Test Explorer.
Each time I run a test, dotnet build is triggered, causing the terminal in the panel to become active.
However, I want to keep the test results panel visible instead because I need to quickly review the standard output of each test.
Is there a VSCode setting to prevent this behavior?
I am using VSCode with the C# Dev Kit and running tests from the Test Explorer.
Each time I run a test, dotnet build is triggered, causing the terminal in the panel to become active.
However, I want to keep the test results panel visible instead because I need to quickly review the standard output of each test.
Is there a VSCode setting to prevent this behavior?