mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Message service show action buttons in reverse order (fixes #11311)
This commit is contained in:
@@ -49,7 +49,7 @@ export class MainThreadMessageService extends MainThreadMessageServiceShape {
|
||||
});
|
||||
|
||||
if (!hasCloseAffordance) {
|
||||
actions.unshift(new MessageItemAction('__close', nls.localize('close', "Close"), undefined));
|
||||
actions.push(new MessageItemAction('__close', nls.localize('close', "Close"), undefined));
|
||||
}
|
||||
|
||||
messageHide = this._messageService.show(severity, {
|
||||
|
||||
Reference in New Issue
Block a user