@@ -368,7 +368,7 @@ MenuRegistry.appendMenuItem(MenuId.EditorTabsBarContext, { command: { id: COPY_E
368
368
MenuRegistry . appendMenuItem ( MenuId . EditorTabsBarContext , { submenu : MenuId . EditorTabsBarShowTabsSubmenu , title : localize ( 'tabBar' , "Tab Bar" ) , group : '4_config' , order : 10 , when : InEditorZenModeContext . negate ( ) } ) ;
369
369
MenuRegistry . appendMenuItem ( MenuId . EditorTabsBarShowTabsSubmenu , { command : { id : ShowMultipleEditorTabsAction . ID , title : localize ( 'multipleTabs' , "Multiple Tabs" ) , toggled : ContextKeyExpr . equals ( 'config.workbench.editor.showTabs' , 'multiple' ) } , group : '1_config' , order : 10 } ) ;
370
370
MenuRegistry . appendMenuItem ( MenuId . EditorTabsBarShowTabsSubmenu , { command : { id : ShowSingleEditorTabAction . ID , title : localize ( 'singleTab' , "Single Tab" ) , toggled : ContextKeyExpr . equals ( 'config.workbench.editor.showTabs' , 'single' ) } , group : '1_config' , order : 20 } ) ;
371
- MenuRegistry . appendMenuItem ( MenuId . EditorTabsBarShowTabsSubmenu , { command : { id : HideEditorTabsAction . ID , title : localize ( 'hideTabBar ' , "Hide " ) , toggled : ContextKeyExpr . equals ( 'config.workbench.editor.showTabs' , 'none' ) } , group : '1_config' , order : 30 } ) ;
371
+ MenuRegistry . appendMenuItem ( MenuId . EditorTabsBarShowTabsSubmenu , { command : { id : HideEditorTabsAction . ID , title : localize ( 'hideTabs ' , "Hidden " ) , toggled : ContextKeyExpr . equals ( 'config.workbench.editor.showTabs' , 'none' ) } , group : '1_config' , order : 30 } ) ;
372
372
373
373
MenuRegistry . appendMenuItem ( MenuId . EditorTabsBarContext , { submenu : MenuId . EditorActionsPositionSubmenu , title : localize ( 'editorActionsPosition' , "Editor Actions Position" ) , group : '4_config' , order : 20 } ) ;
374
374
MenuRegistry . appendMenuItem ( MenuId . EditorActionsPositionSubmenu , { command : { id : EditorActionsDefaultAction . ID , title : localize ( 'tabBar' , "Tab Bar" ) , toggled : ContextKeyExpr . equals ( 'config.workbench.editor.editorActionsLocation' , 'default' ) } , group : '1_config' , order : 10 , when : ContextKeyExpr . equals ( 'config.workbench.editor.showTabs' , 'none' ) . negate ( ) } ) ;
0 commit comments