Skip to content

Commit

Permalink
Remove showPanel in favor of focusActiveTerminal
Browse files Browse the repository at this point in the history
in "Create New Terminal (In Active Workspace)"

Co-authored-by: Megan Rogge <[email protected]>
  • Loading branch information
Abrifq and meganrogge committed Jan 7, 2025
1 parent 9ac974d commit fad4abf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vs/workbench/contrib/terminal/browser/terminalActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,6 @@ export function registerTerminalActions() {
c.service.setActiveInstance(instance);
await focusActiveTerminal(instance, c);
}
else {
await c.groupService.showPanel(true);
}
}
});

Expand Down

0 comments on commit fad4abf

Please sign in to comment.