Finish up decoupling workspace from call
This commit is contained in:
parent
ebccdb64bc
commit
abe5a9c85f
5 changed files with 126 additions and 153 deletions
|
@ -189,7 +189,7 @@ fn main() {
|
|||
// audio::init(Assets, cx);
|
||||
auto_update::init(http.clone(), client::ZED_SERVER_URL.clone(), cx);
|
||||
|
||||
workspace::init(app_state.clone(), cx);
|
||||
workspace::init(app_state.clone(), cx, call::Call::new);
|
||||
// recent_projects::init(cx);
|
||||
|
||||
go_to_line::init(cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue