Skip to content

Commit 85ab9ab

Browse files
committed
update vscode settings
1 parent de58439 commit 85ab9ab

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

vscode-settings.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,15 @@
1515
"githubPullRequests.createOnPublishBranch": "never",
1616
"code-runner.runInTerminal": true,
1717
"debug.onTaskErrors": "showErrors",
18-
"C_Cpp.default.compilerPath": "C:/Users/datmobile/msys2/ucrt64/bin/gcc.exe",
18+
"C_Cpp.default.compilerPath": "C:/Users/datmobile/msys2/mingw64/bin/gcc.exe",
1919
"git.confirmSync": false,
2020
"git.postCommitCommand": "sync",
2121
"terminal.integrated.enableMultiLinePasteWarning": "never",
2222
"cmake.showOptionsMovedNotification": false,
23-
"cmake.configureOnOpen": true
23+
"cmake.configureOnOpen": true,
24+
"go.toolsManagement.autoUpdate": true,
25+
"discord.detailsIdling": "doin' nothing",
26+
"discord.largeImageIdling": "idle",
27+
"editor.indentSize": "tabSize",
28+
"editor.tabSize": 2
2429
}

0 commit comments

Comments
 (0)