File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
src/vs/workbench/browser/parts/views Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1083,10 +1083,6 @@ export class ViewPaneContainer extends Component implements IViewPaneContainer {
1083
1083
1084
1084
isViewMergedWithContainer ( ) : boolean {
1085
1085
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
- }
1090
1086
// Do not merge views in side bar when activity bar is on top because the view title is not shown
1091
1087
if ( location === ViewContainerLocation . Sidebar && ! this . layoutService . isVisible ( Parts . ACTIVITYBAR_PART ) && this . configurationService . getValue ( LayoutSettings . ACTIVITY_BAR_LOCATION ) === ActivityBarPosition . TOP ) {
1092
1088
return false ;
You can’t perform that action at this time.
0 commit comments