diff options
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extension/package.json b/extension/package.json index 0bd09604..388d9b97 100644 --- a/extension/package.json +++ b/extension/package.json @@ -85,6 +85,11 @@ "command": "continue.focusContinueInputWithEdit", "category": "Continue", "title": "Focus Continue Input With Edit" + }, + { + "command": "continue.debugTerminal", + "category": "Continue", + "title": "Debug Terminal" } ], "keybindings": [ @@ -117,6 +122,11 @@ "command": "continue.toggleAuxiliaryBar", "mac": "alt+cmd+m", "key": "alt+ctrl+m" + }, + { + "command": "continue.debugTerminal", + "mac": "alt+cmd+d", + "key": "alt+ctrl+d" } ], "menus": { |