Finish up decoupling workspace from call

This commit is contained in:
Piotr Osiewicz 2023-11-21 20:51:53 +01:00
parent ebccdb64bc
commit abe5a9c85f
5 changed files with 126 additions and 153 deletions

View file

@ -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);