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
super(ZenModeSettings.SHOW_TABS,EditorTabsMode.NONE,title,ZenHideEditorTabsAction.ID,precondition,localize2('hideEditorTabsZenModeDescription',"Hide Tab Bar in Zen Mode"));
487
488
}
488
489
}
489
490
@@ -497,7 +498,7 @@ export class ShowMultipleEditorTabsAction extends AbstractSetShowTabsAction {
super(LayoutSettings.EDITOR_TABS_MODE,EditorTabsMode.MULTIPLE,title,ShowMultipleEditorTabsAction.ID,precondition,localize2('showMultipleEditorTabsDescription',"Show Tab Bar with multiple tabs"));
501
502
}
502
503
}
503
504
@@ -509,7 +510,7 @@ export class ZenShowMultipleEditorTabsAction extends AbstractSetShowTabsAction {
super(ZenModeSettings.SHOW_TABS,EditorTabsMode.MULTIPLE,title,ZenShowMultipleEditorTabsAction.ID,precondition,localize2('showMultipleEditorTabsZenModeDescription',"Show Tab Bar in Zen Mode"));
513
514
}
514
515
}
515
516
@@ -523,7 +524,7 @@ export class ShowSingleEditorTabAction extends AbstractSetShowTabsAction {
super(LayoutSettings.EDITOR_TABS_MODE,EditorTabsMode.SINGLE,title,ShowSingleEditorTabAction.ID,precondition,localize2('showSingleEditorTabDescription',"Show Tab Bar with one Tab"));
527
528
}
528
529
}
529
530
@@ -535,7 +536,7 @@ export class ZenShowSingleEditorTabAction extends AbstractSetShowTabsAction {
super(ZenModeSettings.SHOW_TABS,EditorTabsMode.SINGLE,title,ZenShowSingleEditorTabAction.ID,precondition,localize2('showSingleEditorTabZenModeDescription',"Show Tab Bar in Zen Mode with one Tab"));
539
540
}
540
541
}
541
542
@@ -576,6 +577,7 @@ export class EditorActionsTitleBarAction extends Action2 {
576
577
title: localize2('moveEditorActionsToTitleBar',"Move Editor Actions to Title Bar"),
metadata: {description: localize2('toggleSeparatePinnedEditorTabsDescription',"Toggle whether pinned editor tabs are shown on a separate row above unpinned tabs.")},
mnemonicTitle: localize({key: 'mitoggleTreeStickyScroll',comment: ['&& denotes a mnemonic']},"&&Toggle Tree Sticky Scroll"),
918
918
},
919
919
category: 'View',
920
+
metadata: {description: localize('toggleTreeStickyScrollDescription',"Toggles Sticky Scroll widget at the top of tree structures such as the File Explorer and Debug variables View.")},
super(LayoutSettings.COMMAND_CENTER,localize('toggle.commandCenter','Command Center'),localize('toggle.commandCenterDescription',"Toggle visibility of the Command Center in title bar"),1,false);
super('workbench.layoutControl.enabled',localize('toggle.layout','Layout Controls'),localize('toggle.layoutDescription',"Toggle visibility of the Layout Controls in title bar"),2,true);
0 commit comments