Merge branch 'main' into notebook/dev

This commit is contained in:
Johannes Rieken
2021-06-07 15:42:35 +02:00
186 changed files with 2126 additions and 1583 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;
}