no need to ask to confirm syncing in vscode git

This commit is contained in:
Menno van Leeuwen 2024-11-02 21:30:25 +01:00
parent d3e271f97e
commit 488dd6be3c
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -36,5 +36,6 @@
"editor.insertSpaces": true,
"editor.detectIndentation": true,
"editor.autoIndent": "full",
"debug.inlineValues": "on"
"debug.inlineValues": "on",
"git.confirmSync": false
}