更新 keybindings.json
This commit is contained in:
parent
15847c413c
commit
a82f297c52
|
@ -238,17 +238,17 @@
|
|||
{
|
||||
"key": "cmd+t",
|
||||
"command": "workbench.action.debug.stop",
|
||||
"when": "inDebugMode && !terminalFocus && editorFocus"
|
||||
"when": "inDebugMode && editorFocus"
|
||||
},
|
||||
{
|
||||
"key": "cmd+r",
|
||||
"command": "workbench.action.debug.start",
|
||||
"when": "!inDebugMode && !terminalFocus"
|
||||
"when": "!inDebugMode"
|
||||
},
|
||||
{
|
||||
"key": "cmd+shift+s",
|
||||
"command": "workbench.action.debug.stepOver",
|
||||
"when": "inDebugMode && !terminalFocus"
|
||||
"when": "inDebugMode"
|
||||
},
|
||||
{
|
||||
"key": "cmd+r",
|
||||
|
|
Loading…
Reference in New Issue