提交 1636787e 编写于 作者: S SteVen Batten

unrelated

上级 b2a078b1
......@@ -1094,6 +1094,7 @@ export class Workbench extends Disposable implements IPartService {
// Eventing
this._register(this.notificationsCenter.onDidChangeVisibility(() => {
// Update status
notificationsStatus.update(this.notificationsCenter.isVisible);
......@@ -1101,7 +1102,7 @@ export class Workbench extends Disposable implements IPartService {
this.notificationsToasts.update(this.notificationsCenter.isVisible);
}));
// Register commands
// Register Commands
registerNotificationCommands(this.notificationsCenter, this.notificationsToasts);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册