{
"workbench.iconTheme": "vscode-icons",
"editor.fontSize": 16,
"editor.minimap.enabled": true,
"files.associations": {
"*.vue": "vue"
},
"emmet.includeLanguages": {
"vue-html": "html",
"vue": "html"
},
"editor.formatOnSave": true,
"express.portNumber": 7070,
"prettier.singleQuote": true,
"editor.tabSize": 2,
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vsicons.dontShowNewVersionMessage": true,
"workbench.colorTheme": "Default Dark+",
"window.zoomLevel": 0,
"javascript.implicitProjectConfig.experimentalDecorators": true,
"emmet.triggerExpansionOnTab": true,
"prettier.printWidth": 120,
"vetur.validation.template": false,
"search.followSymlinks": false,
"explorer.confirmDelete": false,
"vetur.format.defaultFormatter.js": "vscode-typescript",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "auto"
},
"prettyhtml": {
"printWidth": 100,
"singleQuote": false,
"wrapAttributes": false,
"sortAttributes": false
}
}
}
插件库

image.png

image.png
网友评论