update messag

This commit is contained in:
Joao Moreno 2018-08-16 16:14:46 +02:00
parent 9a7141e583
commit 7749465d78

View file

@ -263,13 +263,12 @@ export class WinUserSetupContribution implements IWorkbenchContribution {
}
const handle = this.notificationService.prompt(
severity.Warning,
nls.localize('usersetupsystem', "You are running the system-wide installation of {0}, while having the user-wide distribution installed as well. Make sure you're running the {0} version you expect.", product.nameShort),
severity.Info,
nls.localize('usersetupsystem', "You are running the system-wide installation of {0}, while having the user-wide distribution installed as well.", product.nameShort),
[
{ label: nls.localize('ok', "OK"), run: () => null },
{
label: nls.localize('neveragain', "Don't Show Again"),
isSecondary: true,
label: nls.localize('okneveragain', "OK, Don't Show Again"),
run: () => {
neverShowAgain.action.run(handle);
neverShowAgain.action.dispose();