@@ -271,28 +271,28 @@ MenuRegistry.appendMenuItems([{
271
271
when : ContextKeyExpr . and ( ContextKeyExpr . equals ( 'config.workbench.sideBar.location' , 'right' ) , ContextKeyExpr . equals ( 'viewLocation' , ViewContainerLocationToString ( ViewContainerLocation . Sidebar ) ) ) ,
272
272
order : 1
273
273
}
274
- } , {
275
- id : MenuId . ViewTitleContext ,
276
- item : {
277
- group : '3_workbench_layout_move' ,
278
- command : {
279
- id : ToggleSidebarPositionAction . ID ,
280
- title : localize ( 'move second sidebar left' , "Move Secondary Side Bar Left" )
281
- } ,
282
- when : ContextKeyExpr . and ( ContextKeyExpr . notEquals ( 'config.workbench.sideBar.location' , 'right' ) , ContextKeyExpr . equals ( 'viewLocation' , ViewContainerLocationToString ( ViewContainerLocation . AuxiliaryBar ) ) ) ,
283
- order : 1
284
- }
285
- } , {
286
- id : MenuId . ViewTitleContext ,
287
- item : {
288
- group : '3_workbench_layout_move' ,
289
- command : {
290
- id : ToggleSidebarPositionAction . ID ,
291
- title : localize ( 'move second sidebar right' , "Move Secondary Side Bar Right" )
292
- } ,
293
- when : ContextKeyExpr . and ( ContextKeyExpr . equals ( 'config.workbench.sideBar.location' , 'right' ) , ContextKeyExpr . equals ( 'viewLocation' , ViewContainerLocationToString ( ViewContainerLocation . AuxiliaryBar ) ) ) ,
294
- order : 1
295
- }
274
+ } , {
275
+ id : MenuId . ViewTitleContext ,
276
+ item : {
277
+ group : '3_workbench_layout_move' ,
278
+ command : {
279
+ id : ToggleSidebarPositionAction . ID ,
280
+ title : localize ( 'move second sidebar left' , "Move Secondary Side Bar Left" )
281
+ } ,
282
+ when : ContextKeyExpr . and ( ContextKeyExpr . notEquals ( 'config.workbench.sideBar.location' , 'right' ) , ContextKeyExpr . equals ( 'viewLocation' , ViewContainerLocationToString ( ViewContainerLocation . AuxiliaryBar ) ) ) ,
283
+ order : 1
284
+ }
285
+ } , {
286
+ id : MenuId . ViewTitleContext ,
287
+ item : {
288
+ group : '3_workbench_layout_move' ,
289
+ command : {
290
+ id : ToggleSidebarPositionAction . ID ,
291
+ title : localize ( 'move second sidebar right' , "Move Secondary Side Bar Right" )
292
+ } ,
293
+ when : ContextKeyExpr . and ( ContextKeyExpr . equals ( 'config.workbench.sideBar.location' , 'right' ) , ContextKeyExpr . equals ( 'viewLocation' , ViewContainerLocationToString ( ViewContainerLocation . AuxiliaryBar ) ) ) ,
294
+ order : 1
295
+ }
296
296
} ] ) ;
297
297
298
298
MenuRegistry . appendMenuItem ( MenuId . MenubarAppearanceMenu , {
0 commit comments