Skip to content

Commit

Permalink
fix command name, #65400
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Dec 27, 2018
1 parent 7068d65 commit ffbce2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ CommandsRegistry.registerCommand('perfview.show', accessor => {
});

MenuRegistry.addCommand({
id: 'workbench.action.appPerf',
id: 'perfview.show',
category: localize('show.cat', "Developer"),
title: localize('show.label', "Startup Performance")
});
Expand Down

0 comments on commit ffbce2f

Please sign in to comment.