提交 102590fd 编写于 作者: S Sandeep Somavarapu

#103915 fix compilation

上级 9ccc811a
......@@ -28,11 +28,13 @@ export class ExeBasedRecommendations extends ExtensionRecommendations {
readonly _recommendations: ExtensionRecommendation[] = [];
get recommendations(): ReadonlyArray<ExtensionRecommendation> { return this._recommendations; }
private readonly tasExperimentService: ITASExperimentService | undefined;
constructor(
isExtensionAllowedToBeRecommended: (extensionId: string) => boolean,
@IExtensionTipsService private readonly extensionTipsService: IExtensionTipsService,
@IExtensionManagementService private readonly extensionManagementService: IExtensionManagementService,
@optional(ITASExperimentService) private readonly tasExperimentService: ITASExperimentService | undefined,
@optional(ITASExperimentService) tasExperimentService: ITASExperimentService,
@IInstantiationService instantiationService: IInstantiationService,
@IConfigurationService configurationService: IConfigurationService,
@INotificationService notificationService: INotificationService,
......@@ -41,6 +43,7 @@ export class ExeBasedRecommendations extends ExtensionRecommendations {
@IStorageKeysSyncRegistryService storageKeysSyncRegistryService: IStorageKeysSyncRegistryService,
) {
super(isExtensionAllowedToBeRecommended, instantiationService, configurationService, notificationService, telemetryService, storageService, storageKeysSyncRegistryService);
this.tasExperimentService = tasExperimentService;
/*
3s has come out to be the good number to fetch and prompt important exe based recommendations
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册