Skip to content

Commit 96b8ab4

Browse files
committed
1 parent 08cbfc7 commit 96b8ab4

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ export class ExplorerViewletViewsContribution extends Disposable implements IWor
126126
ctorDescriptor: new SyncDescriptor(EmptyView),
127127
order: 1,
128128
canToggleVisibility: true,
129+
focusCommand: {
130+
id: 'workbench.explorer.fileView.focus'
131+
}
129132
};
130133
}
131134

@@ -135,7 +138,10 @@ export class ExplorerViewletViewsContribution extends Disposable implements IWor
135138
name: localize('folders', "Folders"),
136139
ctorDescriptor: new SyncDescriptor(ExplorerView),
137140
order: 1,
138-
canToggleVisibility: false
141+
canToggleVisibility: false,
142+
focusCommand: {
143+
id: 'workbench.explorer.fileView.focus'
144+
}
139145
};
140146
}
141147

0 commit comments

Comments
 (0)