You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.logService.logger.debug(`getTerminalForTask: no terminal found for task definition: ${JSON.stringify(taskDefinition)} matching ${JSON.stringify(key)}`);
93
+
this.logService.logger.debug(`getTerminalForTask: current stored terminals: ${[...this.latestTerminalForTaskDefinition.values()].map(t=>t.name).join(', ')}`);
90
94
}
91
95
}
92
96
// This comes from: src/vs/workbench/contrib/tasks/common/tasks.ts#L1296-L1317
0 commit comments