We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5ebfd commit c9db975Copy full SHA for c9db975
packages/task/src/browser/quick-open-task.ts
@@ -741,7 +741,7 @@ export class TaskRunningQuickOpen implements QuickOpenModel {
741
return false;
742
}
743
if (task.terminalId) {
744
- const terminal = this.terminalService.getById('terminal-' + task.terminalId);
+ const terminal = this.terminalService.getByTerminalId(task.terminalId);
745
if (terminal) {
746
this.terminalService.open(terminal);
747
0 commit comments