Remoting: Fix opening multiple folders on one server (#20281)
Release Notes: - Remoting: Fix opening multiple folders on one server
This commit is contained in:
parent
cfce6a8fbf
commit
846aec701f
2 changed files with 11 additions and 6 deletions
|
@ -386,7 +386,7 @@ impl RemoteServerProjects {
|
|||
let ssh_prompt = cx.new_view(|cx| SshPrompt::new(&connection_options, cx));
|
||||
|
||||
let connection = connect_over_ssh(
|
||||
ConnectionIdentifier::Setup,
|
||||
ConnectionIdentifier::setup(),
|
||||
connection_options.clone(),
|
||||
ssh_prompt.clone(),
|
||||
cx,
|
||||
|
@ -477,7 +477,7 @@ impl RemoteServerProjects {
|
|||
.clone();
|
||||
|
||||
let connect = connect_over_ssh(
|
||||
ConnectionIdentifier::Setup,
|
||||
ConnectionIdentifier::setup(),
|
||||
connection_options.clone(),
|
||||
prompt,
|
||||
cx,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue