Skip to content

Commit 3e22fd4

Browse files
authored
merge single view in secondary side bar (microsoft#196547)
1 parent b320559 commit 3e22fd4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/vs/workbench/browser/parts/views/viewPaneContainer.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,10 +1083,6 @@ export class ViewPaneContainer extends Component implements IViewPaneContainer {
10831083

10841084
isViewMergedWithContainer(): boolean {
10851085
const location = this.viewDescriptorService.getViewContainerLocation(this.viewContainer);
1086-
// Do not merge views in secondary side bar because the view title is not shown
1087-
if (location === ViewContainerLocation.AuxiliaryBar) {
1088-
return false;
1089-
}
10901086
// Do not merge views in side bar when activity bar is on top because the view title is not shown
10911087
if (location === ViewContainerLocation.Sidebar && !this.layoutService.isVisible(Parts.ACTIVITYBAR_PART) && this.configurationService.getValue(LayoutSettings.ACTIVITY_BAR_LOCATION) === ActivityBarPosition.TOP) {
10921088
return false;

0 commit comments

Comments
 (0)