VScode之setting.json文件——vue3插件之Vue Language Features (Volar) & 格式化插件之ESLint
vue3插件——Vue Language Features (Volar)
格式化插件——ESLint
设置-打开设置
{
"editor.fontSize": 16,
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"liveServer.settings.host": "192.168.43.180",
"editor.mouseWheelZoom": true,
"window.zoomLevel": 0,
"editor.renderIndentGuides": false,
"typescript.tsdk": "",
// "editor.codeActionsOnSave": null,
"launch": {
"configurations": [],
"compounds": []
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"explorer.confirmDelete": false,
"[json]": {
"editor.default