vscode setting { "workbench.iconTheme": "vscode-icons", "editor.formatOnSave": true, "css.validate": false, "files.autoSave": "off", "files.exclude": { "node_modules": true }, "files.watcherExclude": { "node_modules": true }, "search.exclud
{ "workbench.iconTheme": "vscode-icons", "editor.formatOnSave": true, "css.validate": false, "files.autoSave": "off", "files.exclude": { "node_modules": true }, "files.watcherExclude": { "node_modules": true }, "search.exclude": { "node_modules": true }, "eslint.validate": [ "javascript", "javascriptreact", "html", { "language": "vue", "autoFix": true } ], "eslint.options": { "plugins": ["html"] }, "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe" }