diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-27 09:51:37 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-27 09:51:37 -0700 |
commit | 4c832d0620ac4135b0a0bb94985ca92372dd5eb4 (patch) | |
tree | 53517bc9ddc521853f99e2a9ee3f6afc1c74e128 /extension/package.json | |
parent | 21110bb7277b09a40b367d336f9eb318a874426e (diff) | |
download | sncontinue-4c832d0620ac4135b0a0bb94985ca92372dd5eb4.tar.gz sncontinue-4c832d0620ac4135b0a0bb94985ca92372dd5eb4.tar.bz2 sncontinue-4c832d0620ac4135b0a0bb94985ca92372dd5eb4.zip |
accept/reject all
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/extension/package.json b/extension/package.json index a9b8660b..63a49173 100644 --- a/extension/package.json +++ b/extension/package.json @@ -85,6 +85,16 @@ "command": "continue.rejectSuggestion", "category": "Continue", "title": "Reject Suggestion" + }, + { + "command": "continue.acceptAllSuggestions", + "category": "Continue", + "title": "Accept All Suggestions" + }, + { + "command": "continue.rejectAllSuggestions", + "category": "Continue", + "title": "Reject All Suggestions" } ], "keybindings": [ @@ -107,6 +117,16 @@ "command": "continue.acceptSuggestion", "mac": "shift+ctrl+enter", "key": "shift+ctrl+enter" + }, + { + "command": "continue.acceptAllSuggestions", + "mac": "shift+cmd+enter", + "key": "shift+ctrl+enter" + }, + { + "command": "continue.rejectAllSuggestions", + "mac": "shift+cmd+backspace", + "key": "shift+ctrl+backspace" } ], "menus": { |