Skip to content

Commit a28e0a9

Browse files
committed
set flag on open editors view to move
1 parent c58e437 commit a28e0a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export class ExplorerViewletViewsContribution extends Disposable implements IWor
108108
order: 0,
109109
when: OpenEditorsVisibleContext,
110110
canToggleVisibility: true,
111+
canMoveView: true,
111112
focusCommand: {
112113
id: 'workbench.files.action.focusOpenEditorsView',
113114
keybindings: { primary: KeyChord(KeyMod.CtrlCmd | KeyCode.KEY_K, KeyCode.KEY_E) }

0 commit comments

Comments
 (0)