mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
dialogs - do not require buttons property
This commit is contained in:
@@ -34,7 +34,7 @@ export class MainThreadAuthenticationProvider extends Disposable {
|
||||
const allowedExtensions = readAllowedExtensions(this.storageService, this.id, accountName);
|
||||
|
||||
if (!allowedExtensions.length) {
|
||||
this.dialogService.show(Severity.Info, nls.localize('noTrustedExtensions', "This account has not been used by any extensions."), []);
|
||||
this.dialogService.show(Severity.Info, nls.localize('noTrustedExtensions', "This account has not been used by any extensions."));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user