提交 221da42e 编写于 作者: S SteVen Batten

Update recent menu items on formatter registration

上级 041b9300
......@@ -262,6 +262,9 @@ export class MenubarControl extends Disposable {
this.menubar.blur();
}));
}
// Update recent menu items on formatter registration
this._register(this.labelService.onDidRegisterFormatter(() => { this.onRecentlyOpenedChange(); }));
}
private doUpdateMenubar(firstTime: boolean): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册