Skip to content

Commit

Permalink
The new "Open With..." command is visible on folders #13672
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuebner committed May 3, 2024
1 parent b20a751 commit 7a8710c
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 7a8710c

Please sign in to comment.