提交 9225f892 编写于 作者: S Sandeep Somavarapu

clean up

上级 5f80fba3
......@@ -65,7 +65,7 @@ export abstract class ExtensionRecommendations extends Disposable {
}
}
protected promptImportantExtensionsInstallNotification(extensionIds: string[], message: string, searchValue: string, showRecommendationsLabel?: string): void {
protected promptImportantExtensionsInstallNotification(extensionIds: string[], message: string, searchValue: string): void {
this.notificationService.prompt(Severity.Info, message,
[{
label: localize('install', 'Install'),
......@@ -76,7 +76,7 @@ export abstract class ExtensionRecommendations extends Disposable {
this.runAction(this.instantiationService.createInstance(InstallRecommendedExtensionsAction, InstallRecommendedExtensionsAction.ID, InstallRecommendedExtensionsAction.LABEL, extensionIds, searchValue, 'install-recommendations'));
}
}, {
label: showRecommendationsLabel || localize('show recommendations', "Show Recommendations"),
label: localize('show recommendations', "Show Recommendations"),
run: async () => {
for (const extensionId of extensionIds) {
this.telemetryService.publicLog2<{ userReaction: string, extensionId: string }, ExtensionRecommendationsNotificationClassification>('extensionRecommendations:popup', { userReaction: 'show', extensionId });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册