mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
centralize part visibility eventing
add context key for editor area visible fixes #67707
This commit is contained in:
@@ -38,6 +38,7 @@ export const SingleEditorGroupsContext = MultipleEditorGroupsContext.toNegated()
|
||||
export const InEditorZenModeContext = new RawContextKey<boolean>('inZenMode', false);
|
||||
export const IsCenteredLayoutContext = new RawContextKey<boolean>('isCenteredLayout', false);
|
||||
export const SplitEditorsVertically = new RawContextKey<boolean>('splitEditorsVertically', false);
|
||||
export const EditorAreaVisibleContext = new RawContextKey<boolean>('editorAreaVisible', true);
|
||||
|
||||
/**
|
||||
* Text diff editor id.
|
||||
|
||||
Reference in New Issue
Block a user