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