zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
50.45k stars 3.12k forks source link

title_bar: Remove dependency on `vcs_menu` #21011

Closed maxdeviant closed 13 hours ago

maxdeviant commented 13 hours ago

This PR removes the title_bar crate's dependency on the vcs_menu.

The vcs_menu::OpenRecent action now resides at zed_actions::branches::OpenRecent.

Release Notes: