From 4e2f3bdbb69f99ed93902b09565235a6319acc95 Mon Sep 17 00:00:00 2001 From: SrTobi Date: Tue, 20 Feb 2018 10:44:45 +0100 Subject: [PATCH] aligned centered layout data storage key with the one from workbench --- src/vs/workbench/browser/parts/editor/editorGroupsControl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/browser/parts/editor/editorGroupsControl.ts b/src/vs/workbench/browser/parts/editor/editorGroupsControl.ts index 936ca803801..584c6cfe95f 100644 --- a/src/vs/workbench/browser/parts/editor/editorGroupsControl.ts +++ b/src/vs/workbench/browser/parts/editor/editorGroupsControl.ts @@ -100,7 +100,7 @@ interface CenteredLayoutData { */ export class EditorGroupsControl extends Themable implements IEditorGroupsControl, IVerticalSashLayoutProvider, IHorizontalSashLayoutProvider { - private static readonly CENTERED_LAYOUT_DATA_STORAGE_KEY = 'centeredLayoutData'; + private static readonly CENTERED_LAYOUT_DATA_STORAGE_KEY = 'workbench.centeredlayout.layoutData'; private static readonly TITLE_AREA_CONTROL_KEY = '__titleAreaControl'; private static readonly PROGRESS_BAR_CONTROL_KEY = '__progressBar'; -- GitLab