Skip to content

Commit c9db975

Browse files
Activate the corresponding terminal at using 'Show running tasks' action
Signed-off-by: Roman Nikitenko <[email protected]>
1 parent 3b5ebfd commit c9db975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/task/src/browser/quick-open-task.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ export class TaskRunningQuickOpen implements QuickOpenModel {
741741
return false;
742742
}
743743
if (task.terminalId) {
744-
const terminal = this.terminalService.getById('terminal-' + task.terminalId);
744+
const terminal = this.terminalService.getByTerminalId(task.terminalId);
745745
if (terminal) {
746746
this.terminalService.open(terminal);
747747
}

0 commit comments

Comments
 (0)