Skip to content

Commit f1177ad

Browse files
committed
添加默认git 目录
1 parent b8ec37f commit f1177ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,6 @@
8686
"C_Cpp.clang_format_sortIncludes": true, // 格式化时调整include的顺序(按字母排序)
8787
"C_Cpp.errorSquiggles": "Disabled", // 因为有clang的lint,所以关掉;如果你看的是别的答主用的不是vscode-clangd,就不要加这个了
8888
"C_Cpp.autocomplete": "Disabled", // 同上;这几条也可以考虑放到全局里,否则很多错误会报两遍,cpptools一遍clangd一遍
89-
"C_Cpp.suggestSnippets": false, // 同上
89+
"C_Cpp.suggestSnippets": false,
90+
"git.defaultCloneDirectory": "[email protected]:Evil2017/C-Primer5.git", // 同上
9091
}

0 commit comments

Comments
 (0)