We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f6a65 commit 1cc26ceCopy full SHA for 1cc26ce
1 file changed
src/vs/platform/extensionManagement/common/extensionGalleryService.ts
@@ -347,7 +347,7 @@ export class ExtensionGalleryService implements IExtensionGalleryService {
347
@ITelemetryService private readonly telemetryService: ITelemetryService,
348
@IFileService private readonly fileService: IFileService,
349
@IProductService private readonly productService: IProductService,
350
- @optional(IStorageService) storageService: IStorageService | undefined,
+ @optional(IStorageService) storageService: IStorageService,
351
) {
352
const config = productService.extensionsGallery;
353
this.extensionsGalleryUrl = config && config.serviceUrl;
0 commit comments