parent
46ecd7d190
commit
0fd5030297
18 changed files with 84 additions and 85 deletions
|
@ -224,7 +224,7 @@ pub fn initialize_workspace(
|
|||
|
||||
let project = workspace.project().clone();
|
||||
if project.update(cx, |project, cx| {
|
||||
project.is_local() || project.ssh_connection_string(cx).is_some()
|
||||
project.is_local_or_ssh() || project.ssh_connection_string(cx).is_some()
|
||||
}) {
|
||||
project.update(cx, |project, cx| {
|
||||
let fs = app_state.fs.clone();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue