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

Merge `quick_action_bar` into `zed` #21026

Closed maxdeviant closed 9 hours ago

maxdeviant commented 10 hours ago

This PR merges the quick_action_bar crate into the zed crate.

We weren't really gaining anything by having it be a separate crate, and it was introducing an additional step in the dependency graph that was getting in the way.

It's only ~850 LOC, so the impact on the compilation speed of the zed crate itself is negligible.

Release Notes: