vscode 配置文件备份

本文介绍了如何在Visual Studio Code(VSCode)中管理和备份配置文件,确保代码编辑器的个性化设置得到妥善保存和同步。
{
    "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",
}
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值