{
"editor.detectIndentation": false,
"vetur.format.defaultFormatter.js": "vscode-typescript",
"editor.tabSize": 4,
"editor.fontSize": 15,
"files.associations": {
"*.wpy": "vue",
"*.cjson": "jsonc",
"*.wxss": "css",
"*.wxs": "javascript"
},
"emmet.includeLanguages": {
"wxml": "html"
},
"window.zoomLevel": 0,
"diffEditor.ignoreTrimWhitespace": false,
"workbench.startupEditor": "welcomePage",
"minapp-vscode.disableAutoConfig": true,
"liveServer.settings.donotShowInfoMsg": true,
"editor.insertSpaces": false,
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_line_length": 180,
"wrap_attributes": "auto",
}
},
"vetur.format.defaultFormatter.html": "js-beautify-html",
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"terminal.integrated.shell.osx": "/bin/bash",
"javascript.format.insertSpaceBeforeFunctionParenthesis": false,
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"workbench.iconTheme": "vscode-icons",
}
settings.json
最新推荐文章于 2024-08-23 22:29:09 发布
本文深入解析了VSCode的配置设置,包括编辑器检测缩进、制表符大小、字体大小、文件关联、Emmet触发、ESLint状态显示、终端集成等,为用户提供了一个高效、个性化的开发环境。
7444

被折叠的 条评论
为什么被折叠?



