Merge pull request #125611 from bpasero/ben/june1

June debt
This commit is contained in:
Benjamin Pasero
2021-06-07 07:15:47 +02:00
committed by GitHub
50 changed files with 528 additions and 393 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;
}