Skip to content

Commit

Permalink
Fix "Open With..." command visibility (#13678)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuebner authored May 6, 2024
1 parent fda4e56 commit 324457a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/navigator/src/browser/navigator-contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ export class FileNavigatorContribution extends AbstractViewContribution<FileNavi
});
registry.registerMenuAction(NavigatorContextMenu.NAVIGATION, {
commandId: FileNavigatorCommands.OPEN_WITH.id,
when: '!explorerResourceIsFolder',
label: nls.localizeByDefault('Open With...')
});

Expand Down

0 comments on commit 324457a

Please sign in to comment.