{
"editor.tabSize": 2,
"standard.validate": [
"javascript",
"javascriptreact",
{
"language": "vue",
"autoFix": true
}
],
"standard.options": {
"plugin": [
"html"
]
},
"editor.formatOnSave": true,
// 添加 vue 支持
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "vue",
"autoFix": true
}
],
// "backgroung.enable": true,
// "background.useDefault": false,
// "background.customImages": [
// "file:///C:/Users/Administrator/Pictures/timg (4).jpg"
// ],
"background.style": {
"content": "''",
"pointer-events": "none",
"position": "absolute",
"top": "0",
"right": "0",
"width": "100%",
"height": "100%",
"z-index": "99999",
"background.repeat": "no-repeat",
"background-size": "contain",
"opacity": 0.1
},
// 使用插件格式化 html
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatter.js": "none",
"prettier.semi": false,
"search.followSymlinks": false,
"explorer.confirmDragAndDrop": false,
"workbench.editor.enablePreview": false,
"window.zoomLevel": 0,
"files.autoSave": "afterDelay",
"javascript.updateImportsOnFileMove.enabled": "always",
"eslint.autoFixOnSave": true
}