Skip to content

Commit

Permalink
Merge pull request #840 from adamburgess/run-command
Browse files Browse the repository at this point in the history
Add Run command to keyboard shortcuts
  • Loading branch information
Greg Van Liew committed Feb 9, 2017
2 parents a230c0c + a5e76df commit b66ea52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/customization/keybindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ Key|Command|Command id
---|-------|----------
`kb(editor.debug.action.toggleBreakpoint)`|Toggle Breakpoint|`editor.debug.action.toggleBreakpoint`
`kb(workbench.action.debug.continue)`|Start, Continue|`workbench.action.debug.continue`
`kb(workbench.action.debug.run)`|Run (without debugging)|`workbench.action.debug.continue`
`kb(workbench.action.debug.pause)`|Pause|`workbench.action.debug.pause`
`kb(workbench.action.debug.stepInto)`|Step Into|`workbench.action.debug.stepInto`
`kb(workbench.action.debug.stepOut)`|Step Out|`workbench.action.debug.stepOut`
Expand Down

0 comments on commit b66ea52

Please sign in to comment.