Additions
Editor
- Added a language selector modal, which can be used to change the language for the current buffer. This modal can be opened by clicking the language name in the status bar, or via the
language selector: toggle
action from the command palette (207).
Workspace
- Added a button to the project panel prompting you to open a project
- Changed the workspace to always open the dock in a new project
- Changed the default dock anchor position to bottom
Misc
- Changed the behavior of the 'open' command to reuse the existing window.
- Added a pop up when the CLI succeeds or fails to install
- Added a 'Welcome' page show on first launch, and available through the 'worksace: welcome' action
- Added a
base_keymap
setting, which can be used to configure Zed's default key bindings so that they match either VS Code, Atom, Jetbrains, or Sublime Text. There is now atoggle base keymap selector
action that can be used to switch between the different keymaps.
Bug Fixes
Collaboration
- Fixed a bug where quitting Zed while in a call wouldn't immediately notify other participants in the call.
- Fixed a bug where other participants' shared screens were not always visible if the screen-share was initiated before you joined the call.
Terminal
- Fixed a bug where a terminal would open in the root directory under certain conditions
Misc
- Fixed a bug where the menu bar's help search would disable other menu bar items
- Fixed a bug where key bindings would not show in certain contexts