What's wrong with this entry?
Anonymous. No account, no email.
What: Improved external editor integration now supports Sublime Text with proper blocking behavior Details:
- VS Code continues to use
code -wfor blocking behavior - Sublime Text now properly configured with
subl --wait - Refactored from inline conditional to extensible configuration map
- Makes future editor additions straightforward
- Evidence:
Fy8configuration map at line 431215 with usage at line 431189 in v2.0.25 vs inline ternary at line 431126 in v2.0.24