mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-30 18:49:56 +08:00
refactor: update setting automaticallyOpenTestResults in workspace file (@fehmer) (#6232)
Setting was renamed by vscode https://code.visualstudio.com/docs/getstarted/settings 
This commit is contained in:
parent
a1a55ebcd7
commit
3719ac0496
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnSaveMode": "file",
|
||||
"editor.formatOnSave": true,
|
||||
"testing.openTesting": "neverOpen",
|
||||
"testing.automaticallyOpenTestResults": "neverOpen",
|
||||
"[json]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue