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 c58e437 commit a28e0a9Copy full SHA for a28e0a9
src/vs/workbench/contrib/files/browser/explorerViewlet.ts
@@ -108,6 +108,7 @@ export class ExplorerViewletViewsContribution extends Disposable implements IWor
108
order: 0,
109
when: OpenEditorsVisibleContext,
110
canToggleVisibility: true,
111
+ canMoveView: true,
112
focusCommand: {
113
id: 'workbench.files.action.focusOpenEditorsView',
114
keybindings: { primary: KeyChord(KeyMod.CtrlCmd | KeyCode.KEY_K, KeyCode.KEY_E) }
0 commit comments