提交 59b5a2f0 编写于 作者: S Sandeep Somavarapu

include extensions in the text

上级 21ebf4d2
......@@ -141,7 +141,7 @@ export class ExeBasedRecommendations extends ExtensionRecommendations {
await this.tasExperimentService.getTreatment<boolean>('wslpopupaa');
}
const message = localize('exeRecommended', "You have {0} installed on your system. Do you want to install recommendations for it?", tips[0].exeFriendlyName);
const message = localize('exeRecommended', "You have {0} installed on your system. Do you want to install recommended extensions for it?", tips[0].exeFriendlyName);
this.promptImportantExtensionsInstallNotification(extensionIds, message, `@exe:"${tips[0].exeName}"`);
}
}
......
......@@ -330,7 +330,7 @@ export class ExtensionRecommendationsService extends Disposable implements IExte
const searchValue = '@recommended ';
this.notificationService.prompt(
Severity.Info,
localize('workspaceRecommended', "Do you want to install recommendations for this repository?"),
localize('workspaceRecommended', "Do you want to install recommended extensions for this repository?"),
[{
label: localize('install', "Install"),
run: async () => {
......
......@@ -232,7 +232,7 @@ export class FileBasedRecommendations extends ExtensionRecommendations {
return false;
}
this.promptImportantExtensionsInstallNotification([extensionId], localize('reallyRecommended', "Do you want to install recommendations for {0}?", languageName), `@id:${extensionId}`);
this.promptImportantExtensionsInstallNotification([extensionId], localize('reallyRecommended', "Do you want to install recommended extensions for {0}?", languageName), `@id:${extensionId}`);
return true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册