You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/workbench/common/contextkeys.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ export const IsAuxiliaryEditorPartContext = new RawContextKey<boolean>('isAuxili
82
82
// Editor Layout Context Keys
83
83
exportconstEditorsVisibleContext=newRawContextKey<boolean>('editorIsOpen',false,localize('editorIsOpen',"Whether an editor is open"));
84
84
exportconstInEditorZenModeContext=newRawContextKey<boolean>('inZenMode',false,localize('inZenMode',"Whether Zen mode is enabled"));
85
-
exportconstIsCenteredLayoutContext=newRawContextKey<boolean>('isCenteredLayout',false,localize('isCenteredLayout',"Whether centered layout is enabled"));
85
+
exportconstIsMainEditorCenteredLayoutContext=newRawContextKey<boolean>('isCenteredLayout',false,localize('isMainEditorCenteredLayout',"Whether centered layout is enabled for the main editor"));
exportconstMainEditorAreaVisibleContext=newRawContextKey<boolean>('mainEditorAreaVisible',true,localize('mainEditorAreaVisible',"Whether the editor area in the main window is visible"));
88
88
exportconstEditorTabsVisibleContext=newRawContextKey<boolean>('editorTabsVisible',true,localize('editorTabsVisible',"Whether editor tabs are visible"));
0 commit comments