v0.20.0
·
21828 commits
to main
since this release
- Added information about the status of running language servers in the status bar.
- Fixed spurious auto-closing of brackets when inserting opening brackets in certain locations.
- Typing an opening bracket with text selected now surrounds the text with brackets.
- Added a settings file,
~/.zed/settings.json
, which can be used to configure Zed's settings. - Renaming a variable with F2 now selects the new name and dims all instances of the old name.