Additions
- Added support for inlay hints (#138).
- Added a project & branch switcher under project name.
- Added the ability to create new folders in the create-file action (743).
- Added support for invoking
assistant: quote selection
(cmd->
) when editing a multi-buffer. - Added a way to disable keybindings with
null
(#772). - Added a mechanism to detect and reinstall broken language servers ((#1691), (#1524), (#1352), (#1109), (#996), (#782)).
Bug Fixes
- Fixed a bug that caused modals (such as the command palette) to not restore focus when dismissing them.
- Fixed a bug when duplicate brace appeared after selected text got surrounded with braces.
- Improved collaboration sounds for joining and leaving a call, muting and unmuting the mic.
- Made context menus deployed from buttons toggle visibility on click, instead of hide-and-re-show.
- Fixed a bug where LSP servers weren't restarted after the
initialization_options
settings were changed. - Fixed a bug where the move to previous word start binding didn't work when certain inlay hints appeared immediately before the cursor.