Revert "keep promise alive when continuing in modal dialog, https://github.com/microsoft/vscode/issues/125750"

This reverts commit 99a2f34ed9.
This commit is contained in:
Johannes Rieken
2021-06-17 11:19:45 +02:00
parent 64bf8ca93f
commit 4b537c8a0f

View File

@@ -68,7 +68,7 @@ export class MainThreadMessageService implements MainThreadMessageServiceShape {
if (detail) {
primaryActions.push(new Action('more', nls.localize('details', "More"), undefined, true, () => {
resolve(this._showModalMessage(severity, message, detail, commands, false));
this._showModalMessage(severity, message, detail, commands, false);
}));
}