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 authored and sandy081 committed Nov 28, 2019

Verified

This commit was signed with the committer’s verified signature.
chenrui333 Rui Chen
1 parent 1d98898 commit 55e5b43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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
});

0 comments on commit 55e5b43

Please sign in to comment.