diff options
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/extension/package.json b/extension/package.json index 8e3448aa..2a8266ec 100644 --- a/extension/package.json +++ b/extension/package.json @@ -58,26 +58,6 @@ }, "commands": [ { - "command": "continue.suggestionDown", - "category": "Continue", - "title": "Suggestion Down" - }, - { - "command": "continue.suggestionUp", - "category": "Continue", - "title": "Suggestion Up" - }, - { - "command": "continue.acceptSuggestion", - "category": "Continue", - "title": "Accept Suggestion" - }, - { - "command": "continue.rejectSuggestion", - "category": "Continue", - "title": "Reject Suggestion" - }, - { "command": "continue.acceptDiff", "category": "Continue", "title": "Accept Diff" @@ -88,16 +68,6 @@ "title": "Reject Diff" }, { - "command": "continue.acceptAllSuggestions", - "category": "Continue", - "title": "Accept All Suggestions" - }, - { - "command": "continue.rejectAllSuggestions", - "category": "Continue", - "title": "Reject All Suggestions" - }, - { "command": "continue.quickTextEntry", "category": "Continue", "title": "Quick Text Entry" @@ -135,21 +105,6 @@ "key": "ctrl+shift+m" }, { - "command": "continue.suggestionDown", - "mac": "shift+ctrl+down", - "key": "shift+ctrl+down" - }, - { - "command": "continue.suggestionUp", - "mac": "shift+ctrl+up", - "key": "shift+ctrl+up" - }, - { - "command": "continue.acceptSuggestion", - "mac": "shift+ctrl+enter", - "key": "shift+ctrl+enter" - }, - { "command": "continue.acceptDiff", "mac": "shift+cmd+enter", "key": "shift+ctrl+enter" |