提交 795b24c9 编写于 作者: B Benjamin Pasero

fix reading tabs config

上级 2b539314
......@@ -128,6 +128,8 @@ export class EditorPart extends Part implements IEditorPart, IEditorGroupService
this.stacks = this.instantiationService.createInstance(EditorStacksModel);
this.previewEditors = configurationService.getConfiguration<IWorkbenchEditorConfiguration>().workbench.previewEditors;
this.registerListeners();
}
......
......@@ -88,7 +88,7 @@ export class EditorGroup implements IEditorGroup {
this.mru = [];
this.toDispose = [];
this.mapResourceToEditor = Object.create(null);
this.editorOpenPositioning = configurationService.getConfiguration<IWorkbenchEditorConfiguration>().workbench.editorOpenPositioning;
this.onConfigurationUpdated(configurationService.getConfiguration<IWorkbenchEditorConfiguration>());
this._onEditorActivated = new Emitter<EditorInput>();
this._onEditorOpened = new Emitter<EditorInput>();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册