vscode配置文件

{
"workbench.iconTheme": "vscode-icons",
"git.ignoreMissingGitWarning": true,
"workbench.colorTheme": "One Dark Pro",
"workbench.sideBar.location": "left",
"editor.mouseWheelZoom": true,
"editor.minimap.enabled": true,
"editor.tabSize": 2,
"eslint.autoFixOnSave": true,
"eslint.options": {
"extensions": [
".js",
".vue"
]
},
"eslint.validate": [
"javascript",
{
"language": "vue",
"autoFix": true
},
"html",
"vue"
],
"git.enableSmartCommit": false,
"explorer.confirmDelete": false,
"vetur.validation.template": false,
"emmet.includeLanguages": {
"vue-html": "html",
"vue": "html",
"javascript": "javascriptreact",
"markdown": "html",
"wxml": "html"
},
"workbench.colorCustomizations": {
"editor.selectionBackground": "#aa0000"
},
"diffEditor.ignoreTrimWhitespace": true,
"vsicons.dontShowNewVersionMessage": true,
"terminal.integrated.rendererType": "dom",
"workbench.activityBar.visible": true,
"workbench.statusBar.visible": false,
"files.associations": {
"*.cjson": "jsonc",
"*.wxss": "css",
"*.wxs": "javascript"
},
"fileheader.Author": "Caowenpeng",
"fileheader.LastModifiedBy": "Caowenpeng",
"emmet.triggerExpansionOnTab": true,
"terminal.explorerKind": "external",
"terminal.external.windowsExec": "E:\\BaiduNetdiskDownload\\git\\git-bash.exe",
"terminal.integrated.shell.windows": "E:\\BaiduNetdiskDownload\\git\\bin\\bash.exe",
"javascript.updateImportsOnFileMove.enabled": "always"
}
posted @ 2019-03-18 09:29  稀土骑士  阅读(1071)  评论(0编辑  收藏  举报