We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba15c2d commit a84e193Copy full SHA for a84e193
src/vs/workbench/browser/layout.ts
@@ -1618,7 +1618,7 @@ export abstract class Layout extends Disposable implements IWorkbenchLayoutServi
1618
this.workbenchGrid.setViewVisible(this.panelPartView, !hidden);
1619
// If in process of showing, toggle whether or not panel is maximized
1620
if (!hidden) {
1621
- if (isPanelMaximized !== panelOpensMaximized) {
+ if (!skipLayout && isPanelMaximized !== panelOpensMaximized) {
1622
this.toggleMaximizedPanel();
1623
}
1624
0 commit comments