提交 c51af861 编写于 作者: A Alex Ross

Fix tasks getting run twice

#94537
上级 3764d68e
......@@ -841,8 +841,9 @@ export abstract class AbstractTaskService extends Disposable implements ITaskSer
} else {
resolve(undefined);
}
} else {
resolve(this.executeTask(task, resolver));
}
resolve(this.executeTask(task, resolver));
}).then((value) => {
if (runSource === TaskRunSource.User) {
this.getWorkspaceTasks().then(workspaceTasks => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册