Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1use acp_thread::AcpThread; 2use gpui::Entity; 3 4pub struct ThreadEditor { 5 thread: Entity<AcpThread>, 6}