chore: Update vscode settings to disable opening repository in parent folders

This commit is contained in:
Menno van Leeuwen 2024-08-26 12:31:12 +02:00
parent 190104634a
commit 7fa255179e
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -17,4 +17,5 @@
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.openRepositoryInParentFolders": "never",
}