diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-18 00:59:27 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-18 00:59:27 -0700 |
commit | d0483ba15b4ad13399a3385ae351cf33cca3db7f (patch) | |
tree | 1aeb6f954a9ef8a5cd4b6360d5349acedf2df62b /extension/package.json | |
parent | 6abe7be1680b5d8ebc7b540df2393ae6e1f268b7 (diff) | |
download | sncontinue-d0483ba15b4ad13399a3385ae351cf33cca3db7f.tar.gz sncontinue-d0483ba15b4ad13399a3385ae351cf33cca3db7f.tar.bz2 sncontinue-d0483ba15b4ad13399a3385ae351cf33cca3db7f.zip |
feat: :sparkles: alt+cmd+d to automatically debug terminal!
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": { |