Skip to content

Commit

Permalink
Rename menu Debug->Run
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>
  • Loading branch information
azatsarynnyy committed Oct 21, 2020
1 parent 04cf597 commit aeb85a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ export class DebugFrontendApplicationContribution extends AbstractViewContributi
}
};

menus.registerSubmenu(DebugMenus.DEBUG, 'Debug');
menus.registerSubmenu(DebugMenus.DEBUG, 'Run');
registerMenuActions(DebugMenus.DEBUG_CONTROLS,
DebugCommands.START,
DebugCommands.START_NO_DEBUG,
Expand Down

0 comments on commit aeb85a4

Please sign in to comment.