chore: Disable auto-organize imports on save (#7744)

chore: 禁用保存时自动整理导入功能
This commit is contained in:
Phantom
2025-07-02 19:29:08 +08:00
committed by GitHub
parent 7ed6e58f8e
commit fb624cc368
+1 -1
View File
@@ -2,7 +2,7 @@
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.organizeImports": "explicit"
"source.organizeImports": "never"
},
"search.exclude": {
"**/dist/**": true,