You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constmessage=localize('exeRecommended',"The '{0}' extension is recommended as you have {1} installed on your system.",tip.friendlyName!,tip.exeFriendlyName||basename(tip.windowsPath!));
90
+
constmessage=tip.isExtensionPack ? localize('extensionPackRecommended',"The '{0}' extension pack is recommended as you have {1} installed on your system.",tip.extensionName!,tip.exeFriendlyName||basename(tip.windowsPath!))
91
+
: localize('exeRecommended',"The '{0}' extension is recommended as you have {1} installed on your system.",tip.extensionName!,tip.exeFriendlyName||basename(tip.windowsPath!));
0 commit comments