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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,