mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
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:
@@ -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);
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user