ssh remoting: Fix cmd-o (#18308)
Release Notes: - ssh-remoting: Cmd-O now correctly opens files on the remote host --------- Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
parent
fdb03d3058
commit
d33600525e
15 changed files with 80 additions and 87 deletions
|
@ -225,7 +225,7 @@ impl PickerDelegate for TasksModalDelegate {
|
|||
if project.is_via_collab() && ssh_connection_string.is_none() {
|
||||
Task::ready((Vec::new(), Vec::new()))
|
||||
} else {
|
||||
let remote_templates = if project.is_local_or_ssh() {
|
||||
let remote_templates = if project.is_local() {
|
||||
None
|
||||
} else {
|
||||
project
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue