refactor: update setting automaticallyOpenTestResults in workspace file (@fehmer) (#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)
This commit is contained in:
Christian Fehmer 2025-02-04 11:02:58 +01:00 committed by GitHub
parent a1a55ebcd7
commit 3719ac0496
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}