summaryrefslogtreecommitdiff
path: root/extension/src
diff options
context:
space:
mode:
Diffstat (limited to 'extension/src')
-rw-r--r--extension/src/commands.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/extension/src/commands.ts b/extension/src/commands.ts
index 351c055d..cf6892f2 100644
--- a/extension/src/commands.ts
+++ b/extension/src/commands.ts
@@ -23,14 +23,8 @@ export const setFocusedOnContinueInput = (value: boolean) => {
// Copy everything over from extension.ts
const commandsMap: { [command: string]: (...args: any) => any } = {
- "continue.suggestionDown": suggestionDownCommand,
- "continue.suggestionUp": suggestionUpCommand,
- "continue.acceptSuggestion": acceptSuggestionCommand,
- "continue.rejectSuggestion": rejectSuggestionCommand,
"continue.acceptDiff": acceptDiffCommand,
"continue.rejectDiff": rejectDiffCommand,
- "continue.acceptAllSuggestions": acceptAllSuggestionsCommand,
- "continue.rejectAllSuggestions": rejectAllSuggestionsCommand,
"continue.quickFix": async (message: string, code: string, edit: boolean) => {
ideProtocolClient.sendMainUserInput(
`${