VS code配置 12月 01, 2017 in 配置管理 #VS Code配置管理 12345678910111213141516171819202122{"[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"}