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
|
@ -144,7 +144,7 @@ impl TerminalPanel {
|
|||
cx.subscribe(&pane, Self::handle_pane_event),
|
||||
];
|
||||
let project = workspace.project().read(cx);
|
||||
let enabled = project.is_local_or_ssh() || project.supports_remote_terminal(cx);
|
||||
let enabled = project.supports_terminal(cx);
|
||||
let this = Self {
|
||||
pane,
|
||||
fs: workspace.app_state().fs.clone(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue