Skip to content

Commit 324457a

Browse files
authored
Fix "Open With..." command visibility (#13678)
1 parent fda4e56 commit 324457a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/navigator/src/browser/navigator-contribution.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ export class FileNavigatorContribution extends AbstractViewContribution<FileNavi
384384
});
385385
registry.registerMenuAction(NavigatorContextMenu.NAVIGATION, {
386386
commandId: FileNavigatorCommands.OPEN_WITH.id,
387+
when: '!explorerResourceIsFolder',
387388
label: nls.localizeByDefault('Open With...')
388389
});
389390

0 commit comments

Comments
 (0)