{
"workbench.colorTheme": "Tiny Light",
"git.autofetch": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"window.zoomLevel": 1,
"editor.fontSize": 20,
"files.associations": {
"*.cjson": "jsonc",
"*.wxss": "css",
"*.wxs": "javascript"
},
"files.autoSave": "off",
"eslint.codeActionsOnSave.mode": "problems",
"emmet.includeLanguages": {
"wxml": "html"
},
"minapp-vscode.disableAutoConfig": true,
"less.compile": {
"outExt": ".wxss"
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"prettier.tabWidth": 4,
"prettier.semi": false,
"prettier.singleQuote": true,
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"prettier.trailingComma": "none",
"editor.formatOnType": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"explorer.confirmDelete": false,
"workbench.statusBar.visible": false
}
VSCODECONFIG
最新推荐文章于 2024-04-09 09:32:04 发布