Skip to content

Commit 1775b3a

Browse files
committed
format doc, fix build
1 parent bb3c657 commit 1775b3a

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

src/vs/workbench/browser/actions/layoutActions.ts

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -271,28 +271,28 @@ MenuRegistry.appendMenuItems([{
271271
when: ContextKeyExpr.and(ContextKeyExpr.equals('config.workbench.sideBar.location', 'right'), ContextKeyExpr.equals('viewLocation', ViewContainerLocationToString(ViewContainerLocation.Sidebar))),
272272
order: 1
273273
}
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+
}
296296
}]);
297297

298298
MenuRegistry.appendMenuItem(MenuId.MenubarAppearanceMenu, {

0 commit comments

Comments
 (0)