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 1232a70 commit ecf68e6Copy full SHA for ecf68e6
src/vs/workbench/browser/parts/sidebar/sidebarPart.ts
@@ -43,6 +43,7 @@ export class SidebarPart extends AbstractPaneCompositePart {
43
readonly maximumWidth: number = Number.POSITIVE_INFINITY;
44
readonly minimumHeight: number = 0;
45
readonly maximumHeight: number = Number.POSITIVE_INFINITY;
46
+ override get snap(): boolean { return true; }
47
48
readonly priority: LayoutPriority = LayoutPriority.Low;
49
0 commit comments