Skip to content

Commit

Permalink
debug: Run Without Debugging in main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed Nov 28, 2019
1 parent aa063db commit 7c8662f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ MenuRegistry.appendMenuItem(MenuId.MenubarDebugMenu, {
group: '1_debug',
command: {
id: RunAction.ID,
title: nls.localize({ key: 'miRun', comment: ['&& denotes a mnemonic'] }, "R&&un")
title: nls.localize({ key: 'miRun', comment: ['&& denotes a mnemonic'] }, "Run &&Without Debugging")
},
order: 2
});
Expand Down

0 comments on commit 7c8662f

Please sign in to comment.