提交 67309c0c 编写于 作者: J Joao Moreno

casing

上级 9898a62d
......@@ -198,7 +198,7 @@ class DarwinCLIHelper implements IWorkbenchContribution {
const message = nls.localize('update', "Code needs to change the '{0}' shell command. Would you like to do this now?", installAction.applicationName);
const now = new Action('changeNow', nls.localize('changeNow', "Change Now"), '', true, () => installAction.run());
const later = new Action('later', nls.localize('later', "Later"), '', true, () => {
messageService.show(Severity.Info, nls.localize('laterInfo', "Remember you can always run the '{0}' action from the command palette.", installAction.label));
messageService.show(Severity.Info, nls.localize('laterInfo', "Remember you can always run the '{0}' action from the Command Palette.", installAction.label));
return null;
});
const actions = [later, now];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册