You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(modes): remove import auto-select to avoid conflict with PR #9003
Removes import auto-select logic introduced in this PR:
- Removed prevModesForImportRef and snapshot-based detection
- Removed customModesRef used only for import logic
- Removed auto-select behavior in importModeResult handler
PR #9003 implements a better backend-driven approach for import auto-select.
This change prevents merge conflicts; we keep create/delete auto-select which is unique to our PR.
0 commit comments