diff --git a/.vscode/settings.json b/.vscode/settings.json index 1f90dc4..0784fc5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,8 @@ "C_Cpp.default.compilerPath": "C:\\Program Files (x86)\\Dev-Cpp\\MinGW64\\bin\\g++.exe", "editor.fontSize": 24, "terminal.integrated.defaultProfile.windows": "Command Prompt", - "git.autofetch": true + "git.autofetch": true, + "git.confirmSync": false, + "files.autoSave": "afterDelay", + "files.autoSaveDelay": 500 } \ No newline at end of file