VS code配置

in 配置管理

#VS Code配置管理

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"[cpp]": {
"editor.quickSuggestions": false
},
"[c]": {
"editor.quickSuggestions": false
},
"window.zoomLevel": 0,
"workbench.colorTheme": "Monokai",
"editor.fontSize": 22,
// insert space when type tab
"editor.insertSpaces": true,
"http.proxy": "http://dev-proxy.oa.com:8080",
"files.autoGuessEncoding": false,
"files.trimTrailingWhitespace": true,
"files.eol": "\n",
"editor.wordWrap": "on",
"editor.minimap.enabled": false,
"workbench.editor.enablePreview": false,
"codegnuglobal.executable": "C:\\Program Files\\glo656wb\\bin\\global.exe",
"C_Cpp.clang_format_path": "C:\\Program Files\\LLVM\\bin\\clang-format.exe"
}

Comment and share

  • page 1 of 1

魏传柳(2824759538@qq.com)

author.bio


Tencent


ShenZhen,China