Skip to content

Commit eb2f637

Browse files
committed
open editors collapsed by default
microsoft#98614
1 parent 1268ac8 commit eb2f637

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ export class ExplorerViewletViewsContribution extends Disposable implements IWor
114114
when: OpenEditorsVisibleContext,
115115
canToggleVisibility: true,
116116
canMoveView: true,
117+
collapsed: true,
117118
focusCommand: {
118119
id: 'workbench.files.action.focusOpenEditorsView',
119120
keybindings: { primary: KeyChord(KeyMod.CtrlCmd | KeyCode.KEY_K, KeyCode.KEY_E) }

0 commit comments

Comments
 (0)