Update keybindings.json
This commit is contained in:
parent
38f4f39c5e
commit
539a762eea
|
@ -245,7 +245,7 @@
|
|||
{
|
||||
"key": "cmd+shift+s",
|
||||
"command": "workbench.action.debug.stepOver",
|
||||
"when": "!inDebugMode && !terminalFocus"
|
||||
"when": "inDebugMode && !terminalFocus"
|
||||
},
|
||||
{
|
||||
"key": "cmd+r",
|
||||
|
@ -253,12 +253,12 @@
|
|||
"when": "inDebugMode"
|
||||
},
|
||||
{
|
||||
"key": "shift+cmd+b",
|
||||
"key": "cmd+shift+b",
|
||||
"command": "editor.debug.action.toggleBreakpoint",
|
||||
"when": "editorTextFocus"
|
||||
},
|
||||
{
|
||||
"key": "shift+cmd+t",
|
||||
"key": "cmd+shift+t",
|
||||
"command": "workbench.action.debug.restart",
|
||||
"when": "inDebugMode"
|
||||
},
|
||||
|
@ -333,5 +333,5 @@
|
|||
{
|
||||
"key": "cmd+shift+w",
|
||||
"command": "-workbench.action.closeWindow"
|
||||
}
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue