{
    "fileheader.customMade": { //此为头部注释
        "Description": "",
        "Author": "jiangsheng",
        "Date": "Do not edit",
        "LastEditors": "jiangsheng",
        "LastEditTime": "Do not edit"
    },
    "fileheader.cursorMode": { //此为函数注释
        "description": "",
        "param": "",
        "return": "",
        "author": "jiangsheng"
    },
    //设置注释
    "editor.wordWrapColumn": 60,
    "editor.minimap.side": "right",
    "editor.minimap.maxColumn": 60,
    "editor.minimap.renderCharacters": false,
    "editor.minimap.showSlider": "always",
    //迷你地图
    "workbench.colorCustomizations": {
        "[Gruvbox Light Hard]": {
            "editor.background": "#FDFDDE", //编辑器背景色 
        },
        "[Gruvbox Light Soft]": {
            "editor.background": "#d9f5dc",
            // "editor.background": "#FDFDDE", //编辑器背景色 
            "sideBar.background": "#FDFDDE",
            "panel.background": "#FDFDDE",
            "statusBar.background": "#FDFDDE",
            "editor.selectionHighlightBackground": "#f5f113",
            "editor.lineHighlightBorder": "#d3d3d3",
            "editor.selectionBackground": "#87e011",
        },
        "[Gruvbox Light Medium]": {
            "editor.background": "#FDFDDE", //编辑器背景色 
        }
    },
    "workbench.colorTheme": "Gruvbox Dark Hard",
    "editor.bracketPairColorization.enabled": true,
    "editor.guides.bracketPairs": "active",
    "editor.scrollbar.verticalScrollbarSize": 12,
    // 设置字体大小
    // "editor.fontSize": 15.5,
    "editor.fontSize": 18,
    "editor.detectIndentation": false,
    "editor.tabSize": 4,
    "editor.renderControlCharacters": true,
    "editor.renderWhitespace": "all",
    "editor.formatOnPaste": false,
    "json.maxItemsComputed": 50000000,
    "cmake.configureOnOpen": true,
    "git.enableSmartCommit": true,
    "[cpp]": {
        "editor.defaultFormatter": "xaver.clang-format"
    },
    "workbench.iconTheme": "vscode-icons",
    "git.confirmSync": false,
    "terminal.integrated.inheritEnv": false,
    "python.defaultInterpreterPath": "/opt/anaconda3/bin/python",
    "python.terminal.activateEnvironment": false,
     //禁止自动排序
    "python.formatting.autopep8Args": [
        "--ignore",
        "E402"
    ]
    //杂项
}

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐