Remoting: Fix opening multiple folders on one server (#20281)

Release Notes:

- Remoting: Fix opening multiple folders on one server
This commit is contained in:
Conrad Irwin 2024-11-05 22:16:38 -07:00 committed by GitHub
parent cfce6a8fbf
commit 846aec701f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 6 deletions

View file

@ -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,