fix: 移除不必要的 source.fixAll 配置

This commit is contained in:
严浩
2025-05-08 14:07:36 +08:00
parent cd63d1d30b
commit 243b2bbd6b

View File

@@ -27,8 +27,7 @@
"source.fixAll.eslint": "never", "source.fixAll.eslint": "never",
"source.fixAll.stylelint": "never", "source.fixAll.stylelint": "never",
"source.fixAll.oxc": "never", "source.fixAll.oxc": "never",
"source.organizeImports": "never", "source.organizeImports": "never"
"source.fixAll": "never"
}, },
"editor.formatOnSave": false, "editor.formatOnSave": false,
"oxc.enable": true, "oxc.enable": true,