From 488dd6be3c9f8f504d73685fe8a07c024d1283d7 Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Sat, 2 Nov 2024 21:30:25 +0100 Subject: [PATCH] no need to ask to confirm syncing in vscode git --- vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vscode/settings.json b/vscode/settings.json index 1503fda..eeea756 100755 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -36,5 +36,6 @@ "editor.insertSpaces": true, "editor.detectIndentation": true, "editor.autoIndent": "full", - "debug.inlineValues": "on" + "debug.inlineValues": "on", + "git.confirmSync": false }