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