Update keybindings.json
This commit is contained in:
parent
ae3d515a13
commit
9964734e2e
|
@ -242,4 +242,9 @@
|
||||||
"command": "workbench.action.debug.stop",
|
"command": "workbench.action.debug.stop",
|
||||||
"when": "inDebugMode"
|
"when": "inDebugMode"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+r",
|
||||||
|
"command": "workbench.action.debug.continue",
|
||||||
|
"when": "inDebugMode"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue