Skip to content

Commit

Permalink
commands in explorer now support alt commands, no need for the warning
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed Jan 9, 2018
1 parent 105d2d8 commit 627d4fd
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,6 @@ ExtensionsRegistry.registerExtensionPoint<{ [loc: string]: schema.IUserFriendlyM
collector.info(localize('dupe.command', "Menu item references the same command as default and alt-command"));
}

if (item.alt && menu !== MenuId.EditorTitle && item.group !== 'navigation') {
collector.info(localize('nosupport.altCommand', "Sorry, but currently only the 'navigation' group of the 'editor/title' menu supports alt-commands"));
}

let group: string;
let order: number;
if (item.group) {
Expand Down

0 comments on commit 627d4fd

Please sign in to comment.