no need to ask to confirm syncing in vscode git

This commit is contained in:
2024-11-02 21:30:25 +01:00
parent d3e271f97e
commit 488dd6be3c

View File

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