Skip to content

Commit 3719ac0

Browse files
authored
refactor: update setting automaticallyOpenTestResults in workspace file (@fehmer) (monkeytypegame#6232)
Setting was renamed by vscode https://code.visualstudio.com/docs/getstarted/settings ![image](https://github.com/user-attachments/assets/32eaaf53-d325-404a-8e77-18b8672af00d)
1 parent a1a55eb commit 3719ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monkeytype.code-workspace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"editor.defaultFormatter": "esbenp.prettier-vscode",
4141
"editor.formatOnSaveMode": "file",
4242
"editor.formatOnSave": true,
43-
"testing.openTesting": "neverOpen",
43+
"testing.automaticallyOpenTestResults": "neverOpen",
4444
"[json]": {
4545
"editor.defaultFormatter": "esbenp.prettier-vscode"
4646
}

0 commit comments

Comments
 (0)