-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Automatically switches to Test Result Tab on any file save #1122
Comments
Oh, I've found the broken config in the projects "jest.outputConfig": {
"revealOn": "run",
"revealWithFocus": "test-results",
"clearOnRun": "none"
} After removing this config the issue is resolved. |
Hi, @DScheglov, a few questions: what is the "testing.openTesting" in your settings.json? Did you update it either through the command or manually editing the settings.json? |
Hi, @connectdotz
|
ok, my guess is the It's great you figured out a solution with In short, once you set I will close this issue as it is a duplicate of #1113 and #1111. |
Describe the bug
When I save any file in VS Code, VS Code opens the "Test Results" tab instead of the keep Terminal
To Reproduce
Steps to reproduce the behavior:
Then
Expected behavior
Keep Terminal (or other tab) open
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
node -v
: 20.7.0npm -v
oryarn --version
: 10.1.0~/.config/Code/User/settings.json
~/.config/Code/User/settings.json
~/.config/Code/User/settings.json
Prerequisite
npm test
The text was updated successfully, but these errors were encountered: