You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scannedDevelopedExtensions=awaitthis._extensionsScannerService.scanExtensionsUnderDevelopment([...scannedSystemExtensions, ...scannedUserExtensions],{ language });
? localize('extensionUnderDevelopment.invalid',"Failed loading extension '{0}' under development because it is invalid: {1}",invalidExtensions[0].location.fsPath,invalidExtensions[0].validations[0][1])
103
+
: localize('extensionsUnderDevelopment.invalid',"Failed loading extensions {0} under development because they are invalid: {1}",invalidExtensions.map(ext=>`'${ext.location.fsPath}'`).join(', '),invalidExtensions.map(ext=>`${ext.validations[0][1]}`).join(', ')),
0 commit comments