- Fixed an issue with a settings migration that deprecated the
code_actions_on_format
setting. Thecode_actions_on_format
setting has been un-deprecated, and affected users will have the bad migration rolled back with an updated migration (#40409) - Fixed occasional panics when querying selections (#40249)
- Fixed panic when hitting escape in dialogs on windows (#40348)
- Fixed occasional
RefCell already mutably borrowed
panic in windows event handling (#40336) - Fixed alt text in markdown preview creating inconsistent highlighting (#40374)