Skip to content

Commit 1cc26ce

Browse files
committed
mark storage service as optional undefined
1 parent b5f6a65 commit 1cc26ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/platform/extensionManagement/common/extensionGalleryService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ export class ExtensionGalleryService implements IExtensionGalleryService {
347347
@ITelemetryService private readonly telemetryService: ITelemetryService,
348348
@IFileService private readonly fileService: IFileService,
349349
@IProductService private readonly productService: IProductService,
350-
@optional(IStorageService) storageService: IStorageService | undefined,
350+
@optional(IStorageService) storageService: IStorageService,
351351
) {
352352
const config = productService.extensionsGallery;
353353
this.extensionsGalleryUrl = config && config.serviceUrl;

0 commit comments

Comments
 (0)