We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08cbfc7 commit 96b8ab4Copy full SHA for 96b8ab4
1 file changed
src/vs/workbench/contrib/files/browser/explorerViewlet.ts
@@ -126,6 +126,9 @@ export class ExplorerViewletViewsContribution extends Disposable implements IWor
126
ctorDescriptor: new SyncDescriptor(EmptyView),
127
order: 1,
128
canToggleVisibility: true,
129
+ focusCommand: {
130
+ id: 'workbench.explorer.fileView.focus'
131
+ }
132
};
133
}
134
@@ -135,7 +138,10 @@ export class ExplorerViewletViewsContribution extends Disposable implements IWor
135
138
name: localize('folders', "Folders"),
136
139
ctorDescriptor: new SyncDescriptor(ExplorerView),
137
140
- canToggleVisibility: false
141
+ canToggleVisibility: false,
142
143
144
145
146
147
0 commit comments