Update keybindings.json
This commit is contained in:
parent
e4d3f0ea1d
commit
c42281fd1b
|
@ -240,12 +240,12 @@
|
|||
{
|
||||
"key": "ctrl+t",
|
||||
"command": "workbench.action.debug.stop",
|
||||
"when": "inDebugMode && !terminalFocus"
|
||||
"when": "inDebugMode && !terminalFocus && editorFocus"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+r",
|
||||
"command": "workbench.action.debug.start",
|
||||
"when": "!inDebugMode && !terminalFocus"
|
||||
"when": "!inDebugMode && !terminalFocus && editorFocus"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+shift+s",
|
||||
|
|
Loading…
Reference in New Issue