vscode用户设置

{
“editor.fontSize”: 22,
“editor.tabSize”: 2,
“editor.multiCursorModifier”: “ctrlCmd”,
“editor.snippetSuggestions”: “top”,
“editor.wordWrap”: “on”,
“editor.formatOnSave”: true,
“workbench.startupEditor”: “newUntitledFile”,
“files.exclude”: {
/.git": true,
"
/.svn”: true,
/.hg": true,
"
/CVS”: true,
/.DS_Store": true
// "
/node_modules”: true
},
“files.associations”: {
.wxml": “xml”,
"
.wxss”: “css”,
.sass": “css”,
"
.wpy”: “vue”,
“*.vue”: “vue”
},
“emmet.includeLanguages”: {
“vue-html”: “html”,
“javascript”: “javascriptreact”,
“postcss”: “css”
},
“emmet.triggerExpansionOnTab”: true,
“emmet.showSuggestionsAsSnippets”: true,
“git.path”: “F:\devFiles\Git\cmd”,
// 禁止 vetur 校验模版
“vetur.validation.template”: false,
“vetur.format.defaultFormatterOptions”: {
“js-beautify-html”: {
“wrap_attributes”: “force-expand-multiline”
},
“prettyhtml”: {
“printWidth”: 100,
“singleQuote”: false,
“wrapAttributes”: false,
“sortAttributes”: false
},
“prettier”: {
“semi”: false,
“singleQuote”: true
}
},
“eslint.enable”: true,
“eslint.autoFixOnSave”: true,
“eslint.validate”: [
{
“language”: “html”,
“autoFix”: true
},
{
“language”: “javascript”,
“autoFix”: true
},
{
“language”: “javascriptreact”,
“autoFix”: true
},
{
“language”: “vue”,
“autoFix”: true
}
// “vue”
],
// 配置以下两个,任意打开文件都可以使用ESLint来检查代码风格
// 配置全局 eslint 包地址
// “eslint.nodePath”: “F:/devFiles/devToolsSettings/node_modules”,
// 配置全局 eslint 配置
// “eslint.options”: {
// “configFile”: “F:\devFiles\devToolsSettings\.eslintrc.js”
// },
“prettier.singleQuote”: true,
“prettier.semi”: false,
“prettier.disableLanguages”: [
“markdown”
],
“extensions.autoUpdate”: false,
“breadcrumbs.enabled”: true,
“window.zoomLevel”: 1,
“javascript.updateImportsOnFileMove.enabled”: “always”
}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值