From 5dfd7b8ee8d79c47bf39ea8a97872f1e2af23c35 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Tue, 27 Jun 2023 09:51:37 -0700 Subject: accept/reject all --- extension/package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'extension/package.json') 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": { -- cgit v1.2.3-70-g09d2