We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1268ac8 commit eb2f637Copy full SHA for eb2f637
1 file changed
src/vs/workbench/contrib/files/browser/explorerViewlet.ts
@@ -114,6 +114,7 @@ export class ExplorerViewletViewsContribution extends Disposable implements IWor
114
when: OpenEditorsVisibleContext,
115
canToggleVisibility: true,
116
canMoveView: true,
117
+ collapsed: true,
118
focusCommand: {
119
id: 'workbench.files.action.focusOpenEditorsView',
120
keybindings: { primary: KeyChord(KeyMod.CtrlCmd | KeyCode.KEY_K, KeyCode.KEY_E) }
0 commit comments