vscode 个人配置
程序员文章站
2022-06-22 18:11:01
...
{
"workbench.iconTheme": "vscode-icons",
"files.autoSave": "onFocusChange",
"editor.tabSize": 2,
"editor.wordWrap": "on",
"editor.fontSize": 16,
"editor.renderWhitespace": "boundary",
"window.openFilesInNewWindow": "on",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.editor.enablePreview": false,
"editor.quickSuggestions": {
"strings": true
},
"liveServer.settings.donotVerifyTags": true,
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"cssrem.rootFontSize": 50,
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "html",
"autoFix": true
},
{ "language": "vue", "autoFix": true }
],
"eslint.options": {
"plugins": ["html"]
},
"editor.mouseWheelZoom": true,
"workbench.colorTheme": "One Dark Pro",
"editor.lineHeight": 28,
"css.lint.zeroUnits": "error",
"css.lint.duplicateProperties": "warning",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"eslint.autoFixOnSave": true,
"vetur.format.defaultFormatter.css": "none",
"vetur.format.defaultFormatter.js": "vscode-typescript",
"css.lint.importStatement": "warning"
}
上一篇: 网易云电脑音乐识别怎么实现? 网易云音乐电脑版听歌识曲的使用方法
下一篇: 点云PCL中小细节