parent
46ecd7d190
commit
0fd5030297
18 changed files with 84 additions and 85 deletions
|
@ -142,7 +142,7 @@ impl TerminalPanel {
|
|||
cx.subscribe(&pane, Self::handle_pane_event),
|
||||
];
|
||||
let project = workspace.project().read(cx);
|
||||
let enabled = project.is_local() || project.supports_remote_terminal(cx);
|
||||
let enabled = project.is_local_or_ssh() || project.supports_remote_terminal(cx);
|
||||
let this = Self {
|
||||
pane,
|
||||
fs: workspace.app_state().fs.clone(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue