visual Studio Code
最近看到前端大牛们都在使用vscode,于是决定尝试使用一下,并对使用过程中的一些配置做一些记录;方便之后回过头来看
"files.autoSave":"off", "eslint.validate": [ "javascript", "javascriptreact", "html", { "language": "vue", "autoFix": true } ], "eslint.options": { "plugins": ["html"] }, "diffEditor.ignoreTrimWhitespace": false"files.associations": { "*.vue": "html" }, "emmet.triggerExpansionOnTab": true, "emmet.excludeLanguages": [ "vue-html": "html", "vue": "html" ]
将配置信息保存到云端


Last updated

