{
"python.pythonPath": "C:\\Users\\kk\\Anaconda3\\envs\\py35\\python.exe",
"explorer.confirmDelete": false,
"[markdown]": {
},
"git.autofetch": true,
"git.confirmSync": false,
"window.zoomLevel": 1,
"terminal.integrated.cursorStyle": "line",
"terminal.external.windowsExec": "",
"workbench.colorTheme": "Solarized Dark",
"workbench.iconTheme": "vscode-great-icons",
"editor.fontFamily": "Fira Code Retina",
"editor.fontLigatures": true,
"editor.fontSize": 18,
"editor.fontWeight": "500",
"telemetry.enableCrashReporter": false,
"update.mode": "none",
"update.enableWindowsBackgroundUpdates": false,
"files.associations": {
"*.ino": "c",
"*.m": "matlab"
},
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": true
},
"vim.statusBarColorControl": true,
"vim.statusBarColors.insert": "#005f5f",
"files.autoSave": "onFocusChange",
"workbench.colorCustomizations": {
"statusBar.background": "#005f5f",
"statusBar.noFolderBackground": "#005f5f",
"statusBar.debuggingBackground": "#005f5f"
},
"python.jediEnabled": false,
"editor.hover.enabled": false,
"editor.hover.sticky": false,
"editor.hover.delay": 1000,
"python.autoComplete.addBrackets": true,
"editor.tabCompletion": "on",
"python.formatting.provider": "yapf",
"python.linting.flake8Enabled": false,
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"extensions.autoCheckUpdates": false,
"editor.formatOnType": true,
"editor.wordWrap": "bounded",
"files.encoding": "gb2312",
"C_Cpp.suggestSnippets": false,
"C_Cpp.default.cppStandard": "c++17",
"C_Cpp.default.cStandard": "c11",
"files.autoGuessEncoding": true,
"editor.formatOnSave": true,
"vim.easymotion": true,
"C_Cpp.clang_format_fallbackStyle": "WebKit",
}
vscode 配置文件备份
最新推荐文章于 2025-06-14 23:21:53 发布
