dialogs - do not require buttons property

This commit is contained in:
Benjamin Pasero
2021-06-03 08:49:30 +02:00
parent 73f3a69d81
commit dc4b317192
25 changed files with 44 additions and 40 deletions

View File

@@ -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;
}