Update keybindings.json

This commit is contained in:
lianghongkey 2019-08-13 11:29:56 +08:00 committed by GitHub
parent ae3d515a13
commit 9964734e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -242,4 +242,9 @@
"command": "workbench.action.debug.stop",
"when": "inDebugMode"
},
{
"key": "ctrl+r",
"command": "workbench.action.debug.continue",
"when": "inDebugMode"
},
]