Skip to content

Commit fad4abf

Browse files
Abrifqmeganrogge
andcommitted
Remove showPanel in favor of focusActiveTerminal
in "Create New Terminal (In Active Workspace)" Co-authored-by: Megan Rogge <[email protected]>
1 parent 9ac974d commit fad4abf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/vs/workbench/contrib/terminal/browser/terminalActions.ts

-3
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,6 @@ export function registerTerminalActions() {
319319
c.service.setActiveInstance(instance);
320320
await focusActiveTerminal(instance, c);
321321
}
322-
else {
323-
await c.groupService.showPanel(true);
324-
}
325322
}
326323
});
327324

0 commit comments

Comments
 (0)