VS code の setting.json 自用备份

{

    "update.mode": "none",

    "window.zoomLevel": -2,

    "git.suggestSmartCommit": false,

    "diffEditor.ignoreTrimWhitespace": true,

    "editor.minimap.showSlider": "always",

    "editor.minimap.enabled": false,

    "editor.minimap.scale": 2,

    "workbench.colorTheme": "Monokai",

    "editor.renderLineHighlight": "all",        //整行(包括行号栏)高亮

    // "editor.selectionHighlight": true,

    "workbench.colorCustomizations": {

        

        // "editor.inlineSuggest.enabled": true,

        // "editorHint.foreground":  "#663322", //内联提示的前景色。

        // "editorHint.background": "#663322", //内联提示的背景颜色。

        // "editorHint.typeForeground": "#663322",  //类型内联提示的前景色

        // "editorHint.typeBackground":  "#663322", //类型内联提示的背景颜色

        // "editorHint.parameterForeground": "#663322",  //参数的内联提示的前景色

        // "editorHint.parameterBackground": "#663322",  //参数内联提示的背景颜色

        // "editorHint.border": "#ff0000",

        "editor.wordHighlightBackground": "#940458",        //所选相同代码高亮【局部】

        "editor.selectionHighlightBackground": "#585a59",      //所选单词,当前文件全部高亮

        


 

        // "editor.rangeHighlightBackground": "#ff0000",

        "editorLineNumber.foreground":"#6e705d",    //行号

        "editorLineNumber.activeForeground":"#ce39c1",    //行号

        "editor.hoverHighlightBackground":"#cfc0c05e",     //鼠标hover时,高亮当前行的当前代码块背景色,并非一整行

        // "editor.lineHighlightBackground": "#d51dc654",       //高亮当前行,背景色--紫色

        // "editor.lineHighlightBackground": "#0c8d1d54",       //高亮当前行,背景色--暗绿

        "editor.lineHighlightBorder": "#d51dc654",       //高亮当前光标行,背景边框色

        // "titleBar.activeBackground": "#A4BD00",          //顶部标题栏背景颜色---没什么意义

        // "titleBar.activeForeground": "#33be33",          //顶部标题栏颜色---没什么意义

        // "titleBar.inactiveBackground": "#39d66d",

        // "titleBar.inactiveForeground": "#e7772d",

        

        // tab栏----------------------------------------------------------------------------------------------------

        "tab.activeBackground": "#d51dc6",

        "tab.activeBorderTop": "#206e08",

        "tab.hoverBorder": "#0b9b2a",

        // "tab.hoverBackground": "#f7f6f6",       //鼠标hover 在 tab

        // "tab.hoverForeground": "#0b9b2a",

        "tab.hoverBackground": "#0b9b2a",       //鼠标hover 在 tab

        "tab.hoverForeground": "#f7f6f6",


 

        //侧边栏----------------------------------------------------------------------------------------------------

        "activityBar.background":"#060606", 

        // 资源管理器栏---------------------------------------------------------------------------------------------

        "contrastBorder": "#522243",

        // "sideBar.background": "#ff0000",

        // "list.focusBackground":"#ff0000",

        // "list.inactiveSelectionBackground":"#078370",

        "list.inactiveSelectionBackground":"#79056f",               //当前打开的文件背景色

        "list.hoverBackground": "#0b9b2a",

        "list.hoverForeground": "#f4f4f4",

        // "list.inactiveSelectionIconForeground":"#79056f",

        // "list.focusOutline":

        // "contrastActiveBorder":"#ff0000",

        // "list.inactiveFocusOutline": "#0b9b2a",     //无效

        // 滚动条----------------------------------------------------------------------------------------------------

        "scrollbarSlider.background": "#2b3f44",

        "scrollbarSlider.activeBackground": "#2c3b3f",  //拖动时的滚动条

        "scrollbarSlider.hoverBackground": "#86c44b",   //hover时的滚动条



 

        

        "[Monokai]": {

        },

        // "toolbar.hoverBackground":"#663322", //使用鼠标悬停在动作上时的工具栏背景

        // "toolbar.hoverOutline":"#663322", //使用鼠标悬停在动作上时的工具栏轮廓

        // "toolbar.activeBackground":"#663322", //将鼠标悬停在动作上时的工具栏背景按钮控制#

        // "terminal.background": "#343333",   // 终端背景颜色

    //   "console.background": "#ff0000",    // 控制台背景颜色

      "panelTitle.activeForeground": "#d51dc6",   // tab选中时的前景颜色

        // "panelTitle.activeBorder": "#f3f3f3"

    },

    "timeline.excludeSources": [],

    "gitlens.views.repositories.location": "scm",

    "gitlens.views.fileHistory.location": "scm",

    "git.defaultCloneDirectory": "",

    "git.path": "C:/Users/y-qiu/AppData/Local/Programs/Git/bin/git.exe",

    "fileheader.configObj": {

        "createFileTime": true,

        "language": {

            "languagetest": {

                "head": "/$$",

                "middle": " $ @",

                "end": " $/",

                "functionSymbol": {

                    "head": "/** ",

                    "middle": " * @",

                    "end": " */"

                },

                "functionParams": "js"

            }

        },

        "autoAdd": false,

        "autoAddLine": 100,

        "autoAlready": true,

        "annotationStr": {

            "head": "/*",

            "middle": " * @",

            "end": " */",

            "use": false

        },

        "headInsertLine": {

            "php": 2,

            "sh": 2

        },

        "beforeAnnotation": {

            "文件后缀": "该文件后缀的头部注释之前添加某些内容"

        },

        "afterAnnotation": {

            "文件后缀": "该文件后缀的头部注释之后添加某些内容"

        },

        "specialOptions": {

            "特殊字段": "自定义比如LastEditTime/LastEditors"

        },

        "switch": {

            "newlineAddAnnotation": true

        },

        "supportAutoLanguage": [],

        "prohibitAutoAdd": [

            "json"

        ],

        "folderBlacklist": [

            "node_modules",

            "文件夹禁止自动添加头部注释"

        ],

        "prohibitItemAutoAdd": [

            "项目的全称, 整个项目禁止自动添加头部注释, 可以使用快捷键添加"

        ],

        "moveCursor": true,

        "dateFormat": "YYYY-MM-DD HH:mm:ss",

        "atSymbol": [

            "@",

            "@"

        ],

        "atSymbolObj": {

            "文件后缀": [

                "头部注释@符号",

                "函数注释@符号"

            ]

        },

        "colon": [

            ": ",

            ": "

        ],

        "colonObj": {

            "文件后缀": [

                "头部注释冒号",

                "函数注释冒号"

            ]

        },

        "filePathColon": "路径分隔符替换",

        "showErrorMessage": false,

        "writeLog": false,

        "wideSame": false,

        "wideNum": 13,

        "functionWideNum": 0,

        "CheckFileChange": false,

        "createHeader": false,

        "useWorker": false,

        "designAddHead": false,

        "headDesignName": "random",

        "headDesign": false,

        "cursorModeInternalAll": {},

        "openFunctionParamsCheck": true,

        "functionParamsShape": [

            "{",

            "}"

        ],

        "functionBlankSpaceAll": {},

        "functionTypeSymbol": "*",

        "typeParamOrder": "type param",

        "customHasHeadEnd": {},

        "throttleTime": 60000,

        "functionParamAddStr": "",

        "NoMatchParams": "no show param"

    },

    "fileheader.cursorMode": {

    

    }

    // "git.path": "C:\Users\y-qiu\AppData\Local\Programs\Git\bin\git.exe"

}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值