Skip to content

Commit

Permalink
Merge pull request #44968 from oriash93/oriash93/44676
Browse files Browse the repository at this point in the history
Enabled 'Open to the side' command only for files
  • Loading branch information
isidorn committed Mar 5, 2018
2 parents fb52f25 + 8bb97a8 commit f9dbfb4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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 = {
Expand Down

0 comments on commit f9dbfb4

Please sign in to comment.