更新 keybindings.json

This commit is contained in:
colin 2025-09-24 10:03:03 +08:00
parent 15847c413c
commit a82f297c52
1 changed files with 3 additions and 3 deletions

View File

@ -238,17 +238,17 @@
{ {
"key": "cmd+t", "key": "cmd+t",
"command": "workbench.action.debug.stop", "command": "workbench.action.debug.stop",
"when": "inDebugMode && !terminalFocus && editorFocus" "when": "inDebugMode && editorFocus"
}, },
{ {
"key": "cmd+r", "key": "cmd+r",
"command": "workbench.action.debug.start", "command": "workbench.action.debug.start",
"when": "!inDebugMode && !terminalFocus" "when": "!inDebugMode"
}, },
{ {
"key": "cmd+shift+s", "key": "cmd+shift+s",
"command": "workbench.action.debug.stepOver", "command": "workbench.action.debug.stepOver",
"when": "inDebugMode && !terminalFocus" "when": "inDebugMode"
}, },
{ {
"key": "cmd+r", "key": "cmd+r",