Skip to content

Commit

Permalink
fix #127901
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed Jul 4, 2021
1 parent d4c1277 commit f8063d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class TerminalQuickAccessProvider extends PickerQuickAccessProvider<IPick
},
accept: (keyMod, event) => {
if (terminal.target === TerminalLocation.Editor) {
this._terminalEditorService.openEditor(terminal);
terminal.focus();
this._terminalEditorService.setActiveInstance(terminal);
} else {
this._terminalGroupService.showPanel(!event.inBackground);
Expand Down

0 comments on commit f8063d7

Please sign in to comment.