提交 9bd2d94c 编写于 作者: C Christof Marti

Revert "Implement oncancel (fixes #27638)"

This reverts commit ca923a5e.
上级 bec63af7
......@@ -229,10 +229,6 @@ export class OpenAnythingHandler extends QuickOpenHandler {
this.pendingSearch = null;
this.messageService.show(Severity.Error, error);
});
}, () => {
resultPromises.forEach(resultPromise => {
resultPromise.cancel();
});
});
return this.pendingSearch;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册