modified: .vscode/settings.json
This commit is contained in:
Vendored
+4
-1
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user