Skip to content

Commit d15a621

Browse files
committed
feat: set sidebar default width to 300px
1 parent cdbff6f commit d15a621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/workbench/layout.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class LayoutModel implements ILayout {
3131
public sidebar: ISidebarViewState;
3232
public menuBar: ViewVisibility;
3333
constructor(
34-
splitPanePos: string[] = ['230px', 'auto'],
34+
splitPanePos: string[] = ['300px', 'auto'],
3535
horizontalSplitPanePos = ['70%', 'auto'],
3636
activityBar = { hidden: false },
3737
panel = { hidden: false, panelMaximized: false },

0 commit comments

Comments
 (0)