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 }