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 `command_palette` #21006

Closed maxdeviant closed 14 hours ago

maxdeviant commented 15 hours ago

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

The command_palette::Toggle action now resides at zed_actions::command_palette::Toggle.

Release Notes: