{
"team.showWelcomeMessage": false,
"files.autoSave": "off",
"emmet.syntaxProfiles": {
"vue-html": "html",
"vue": "html"
},
"emmet.includeLanguages": {
"vue-html": "html",
"vue": "html",
"javascript": "javascriptreact"
},
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
//background 的相关配置
"background.enabled": true,
"background.useDefault": false,
"background.customImages": [
"file:///C:/Users/DELL/Desktop/2.jpg"
],
"background.style": {
"content": "''",
"pointer-events": "none",
"position": "absolute",
"z-index": "99999",
"width": "100%",
"height": "100%",
"background-position": "center",
"background-repeat": "no-repeat",
"background-size": "100%,100%",
"opacity": 0.2
},
"javascript.implicitProjectConfig.experimentalDecorators": true,
"liveServer.settings.donotShowInfoMsg": true,
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"workbench.sideBar.location": "left",
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.minimap.enabled": false,
"vsicons.dontShowNewVersionMessage": true,
"workbench.activityBar.visible": true,
"workbench.startupEditor": "welcomePage",
"workbench.iconTheme": "vscode-icons-mac",
"editor.fontSize": 15,
"files.autoSaveDelay": 3000,
"editor.mouseWheelZoom": true,
"editor.tabCompletion": "on",
"workbench.colorTheme": "Dracula Soft",
// eslint语法检测
// "files.autoSave": "off",
// "eslint.validate": [
// "javascript",
// "javascriptreact",
// "vue-html",
// {
// "language": "vue",
// "autoFix": true
// }
// ],
// "eslint.run": "onSave",
// "eslint.autoFixOnSave": true
// 文件头部注释
"fileheader.customMade": {
"description": "模块信息",
"version": "版本号",
"Author": "chen_wei",
"Date": "Do not edit",
"LastEditors": "chen_wei",
"LastEditTime": "Do not Edit"
},
"search.followSymlinks": false,
// 函数注释
"fileheader.cursorMode": {
"name": "",
"msg": "",
"param": "",
"return": ""
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"window.zoomLevel": 0,
}