Skip to content

Commit b041b4e

Browse files
committed
tweak
1 parent b14044d commit b041b4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/tasks/browser/abstractTaskService.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2210,7 +2210,6 @@ export abstract class AbstractTaskService extends Disposable implements ITaskSer
22102210
if (!(await this._trust())) {
22112211
return new Map();
22122212
}
2213-
await this._waitForOneSupportedExecution;
22142213
await raceTimeout(this._waitForAllSupportedExecutions, 2000, () => {
22152214
this._logService.warn('Timed out waiting for all supported executions');
22162215
});

0 commit comments

Comments
 (0)