Skip to content

Commit f84decb

Browse files
authored
Merge pull request #115686 from microsoft/isidorn/openEditorsCollapsed
Open editors should open expanded
2 parents 83f7a99 + 203b86d commit f84decb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/files/browser/explorerViewlet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export class ExplorerViewletViewsContribution extends Disposable implements IWor
118118
when: OpenEditorsVisibleContext,
119119
canToggleVisibility: true,
120120
canMoveView: true,
121-
collapsed: true,
121+
collapsed: false,
122122
hideByDefault: true,
123123
focusCommand: {
124124
id: 'workbench.files.action.focusOpenEditorsView',

0 commit comments

Comments
 (0)