Merge pull request #62337 from sbatten/14986

adopt toggled in view and appearance menu
This commit is contained in:
SteVen Batten
2019-06-04 09:48:41 -07:00
committed by GitHub
14 changed files with 147 additions and 99 deletions

View File

@@ -33,6 +33,7 @@ export const ActiveEditorGroupEmptyContext = new RawContextKey<boolean>('activeE
export const MultipleEditorGroupsContext = new RawContextKey<boolean>('multipleEditorGroups', false);
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);
/**