mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-12 17:48:19 +01:00
Merge pull request #44968 from oriash93/oriash93/44676
Enabled 'Open to the side' command only for files
This commit is contained in:
@@ -175,7 +175,7 @@ MenuRegistry.appendMenuItem(MenuId.OpenEditorsContext, {
|
||||
group: 'navigation',
|
||||
order: 10,
|
||||
command: openToSideCommand,
|
||||
when: ResourceContextKey.HasResource
|
||||
when: ContextKeyExpr.and(ResourceContextKey.HasResource, ResourceContextKey.IsFile)
|
||||
});
|
||||
|
||||
const revealInOsCommand = {
|
||||
|
||||
Reference in New Issue
Block a user