Invert dependency between editor
and workspace
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
2cf44d30b7
commit
e88d3bb97e
10 changed files with 580 additions and 536 deletions
|
@ -36,8 +36,8 @@ fn main() {
|
|||
let mut entry_openers = Vec::new();
|
||||
|
||||
client::init(client.clone(), cx);
|
||||
workspace::init(cx, &mut entry_openers);
|
||||
editor::init(cx);
|
||||
workspace::init(cx);
|
||||
editor::init(cx, &mut entry_openers);
|
||||
file_finder::init(cx);
|
||||
people_panel::init(cx);
|
||||
chat_panel::init(cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue