VS code当前设置备份

来源:互联网 发布:淘宝账号30天后被冻结 编辑:程序博客网 时间:2024/05/18 10:50

这是一篇关于我的VS Code相关设置的备份 可以直接略过

update 9.5.17

// Place your settings in this file to overwrite the default settings{    "window.reopenFolders": "all",    "window.zoomLevel": 0,    "editor.minimap.enabled": true,    "editor.dragAndDrop": true,    "[cpp]": {        "editor.quickSuggestions": true    },    "[c]": {        "editor.quickSuggestions": true    },    //modified by gy on 8.11.2017    "workbench.colorCustomizations":{        //"editorBackground": "#b1d85c"        //"editorSelection": "#b1d85c"    },    "workbench.iconTheme": "material-icon-theme",    "workbench.colorTheme": "Oceanic Next (Sublime)",    "editor.rulers": [100],    "guides.normal.style": "dashed",    "guides.active.style": "dashed",    "guides.active.width": 2,    "guides.normal.width": 2,    "guides.stack.style": "dashed",    "guides.stack.width": 2,    "guides.normal.color.dark": "rgba(0, 139, 69, 0.75)",    "guides.active.color.dark": "rgba(250, 250, 0, 0.75)",    "editor.fontSize": 14,    //added by gy on 8.17.2017    "matlab.mlintpath": "/Applications/MATLAB_R2016b.app/bin/maci64/mlint",    "files.associations": {"*.m": "matlab"},    //added by gy on 9.1.2017    "C_Cpp.intelliSenseEngine": "Default",}

lagacy 8.17.17

// Place your settings in this file to overwrite the default settings{    "window.reopenFolders": "all",    "window.zoomLevel": 0,    "editor.minimap.enabled": true,    "editor.dragAndDrop": true,    "[cpp]": {        "editor.quickSuggestions": true    },    "[c]": {        "editor.quickSuggestions": true    },    //modified by gy on 8.11.2017    "workbench.experimental.colorCustomizations":{        //"editorBackground": "#b1d85c"        //"editorSelection": "#b1d85c"    },    "workbench.iconTheme": "material-icon-theme",    "workbench.colorTheme": "Oceanic Next (Sublime)",    "editor.rulers": [100],    "guides.normal.style": "dashed",    "guides.active.style": "dashed",    "guides.active.width": 2,    "guides.normal.width": 2,    "guides.stack.style": "dashed",    "guides.stack.width": 2,    "guides.normal.color.dark": "rgba(0, 139, 69, 0.75)",    "guides.active.color.dark": "rgba(250, 250, 0, 0.75)",    "editor.fontSize": 14    //added by gy on 8.17.2017    "matlab.mlintpath": "/Applications/MATLAB_R2016b.app/bin/maci64/mlint";    "files.associations": {"*.m": "matlab"}}

legacy 8.11.17

// Place your settings in this file to overwrite the default settings{    "window.reopenFolders": "all",    "window.zoomLevel": 0,    "editor.minimap.enabled": true,    "editor.dragAndDrop": true,    "[cpp]": {        "editor.quickSuggestions": true    },    "[c]": {        "editor.quickSuggestions": true    },    //modified by gy on 8.11.2017    "workbench.experimental.colorCustomizations":{        //"editorBackground": "#b1d85c"        //"editorSelection": "#b1d85c"    },    "workbench.iconTheme": "material-icon-theme",    "workbench.colorTheme": "Oceanic Next (Sublime)",    "editor.rulers": [100],    "guides.normal.style": "dashed",    "guides.active.style": "dashed",    "guides.active.width": 2,    "guides.normal.width": 2,    "guides.stack.style": "dashed",    "guides.stack.width": 2,    "guides.normal.color.dark": "rgba(0, 139, 69, 0.75)",    "guides.active.color.dark": "rgba(250, 250, 0, 0.75)",    "editor.fontSize": 14}

lagacy 4.30.17

// 将设置放入此文件中以覆盖默认设置{    "window.reopenFolders": "all",    "window.zoomLevel": 0,    "editor.minimap.enabled": true,    "editor.dragAndDrop": true,    "[cpp]": {        "editor.quickSuggestions": true    },    "[c]": {        "editor.quickSuggestions": true    },    "workbench.experimental.colorCustomizations":{        //"editorBackground": "#b1d85c"        //"editorSelection": "#b1d85c"    },    "workbench.iconTheme": "material-icon-theme",    "workbench.colorTheme": "Oceanic Next (Sublime)",    //added by gy on 4.22.2017    "editor.rulers": [100],    "guides.normal.style": "dashed",    "guides.active.style": "dashed",    "guides.active.width": 2,    "guides.normal.width": 2,    "guides.stack.style": "dashed",    "guides.stack.width": 2,    "guides.normal.color.dark": "rgba(0, 139, 69, 0.75)",    "guides.active.color.dark": "rgba(250, 250, 0, 0.75)"}

visitor tracker
访客追踪插件


0 0