"eslint.autoFixOnSave": true,
複製代碼
"vetur.format.options.tabSize": 4
複製代碼
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "force-aligned"
}
},
複製代碼
//修改打包路徑與輸出路徑
"less.compile" : {
main : "${workspaceRoot}/*",
out : "${workspaceRoot}/*",
}
複製代碼