提交 ab63c5d4 编写于 作者: B Benjamin Pasero

storage - fix missing disposable

上级 62eed25c
......@@ -103,7 +103,7 @@ export class WorkbenchLayout extends Disposable implements IVerticalSashLayoutPr
this.sashY = new Sash(this.workbenchContainer, this, { orientation: Orientation.HORIZONTAL });
// State scheduler
this.saveStateScheduler = new RunOnceScheduler(() => this.saveState(), 1000);
this.saveStateScheduler = this._register(new RunOnceScheduler(() => this.saveState(), 800));
this.registerListeners();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册