// ESLint 插件的配置 // 保存时自动修复错误 "editor.codeActionsOnSave": { "source.fixAll": true }, // 保存自动格式化 "editor.formatOnSave": false,