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

collab_ui: Remove dependency on `vcs_menu` #21016

Closed maxdeviant closed 12 hours ago

maxdeviant commented 12 hours ago

This PR removes the vcs_menu dependency from collab_ui.

We were only depending on this to call vcs_menu::init, which isn't necessary to do here.

Release Notes: