提交 7827962b 编写于 作者: J Joao Moreno

🐛 fixes #14238

上级 94f28043
......@@ -163,7 +163,7 @@ export class ExtensionTipsService implements IExtensionTipsService {
return;
}
const message = localize('reallyRecommended', "It is recommended to install the '{0}' extension.", name);
const message = localize('reallyRecommended2', "The '{0}' extension is recommended for this file type.", name);
const recommendationsAction = this.instantiationService.createInstance(ShowRecommendedExtensionsAction, ShowRecommendedExtensionsAction.ID, localize('showRecommendations', "Show Recommendations"));
const options = [
recommendationsAction.label,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册