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
I'm facing an issue in Visual Studio Code (VSCode). When I run my test(in debug mode) and it fail, a second window opens unexpectedly. The terminal already displays the test output, so I don't understand why this second window is being opened.
I expect to see only the terminal output with the test results, but instead, I also get a second VSCode window popping up, which is unnecessary and distracting.
How can I turn it off?
Here below example what I mean, I expected only termnial output