parent
5387a6f7f9
commit
a15b10986a
4 changed files with 27 additions and 4 deletions
|
@ -5575,6 +5575,12 @@ pub fn open_ssh_project(
|
|||
cx.replace_root_view(|cx| {
|
||||
let mut workspace =
|
||||
Workspace::new(Some(workspace_id), project, app_state.clone(), cx);
|
||||
|
||||
workspace
|
||||
.client()
|
||||
.telemetry()
|
||||
.report_app_event("open ssh project".to_string());
|
||||
|
||||
workspace.set_serialized_ssh_project(serialized_ssh_project);
|
||||
workspace
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue