未验证 提交 4935c647 编写于 作者: D Dirk Baeumer

Fixes #86481: Switching language notification only has 1 button?

上级 73b509ab
......@@ -67,6 +67,9 @@ export class LocalizationWorkbenchContribution extends Disposable implements IWo
const updatePromise = updateAndRestart ? this.jsonEditingService.write(this.environmentService.argvResource, [{ path: ['locale'], value: locale }], true) : Promise.resolve(undefined);
updatePromise.then(() => this.hostService.restart(), e => this.notificationService.error(e));
}
}, {
label: updateAndRestart ? localize('doNotChangeAndRestart', "Don't change Language") : localize('doNotRestart', "Don't Restart"),
run: () => { }
}],
{
sticky: true,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册