Additions
Terminal
- Added a terminal count to the terminal button in the status bar.
Workspace
- Improved the
new file
action. Running thenew file
action will now open a Zed window when there are no windows open. - Improved the look of the
Click to restart and update Zed
button when hovering.
Bug Fixes
Project Panel
- Fixed a bug where pasting a filename containing multiple peroids could cause an infinite loop (#976).
Workspace
- Fixed multiple issues with Zed not properly updating when switching Git branches. Zed now updates project warnings / errors and notifies language servers to update as well.
Misc
- Fixed a bug where language servers were failing to download because of incompatibilities between the language server and the globally installed Node version. The correct version of Node is installed alongside the langauge server and Zed no longer looks to the globally installed version (#1265).