From 1ea00ebe40807589ffe3d688b5f2e07295864744 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Fri, 16 Jun 2023 23:42:10 -0700 Subject: polishing --- extension/src/commands.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'extension/src/commands.ts') diff --git a/extension/src/commands.ts b/extension/src/commands.ts index c98cd3c3..5392a7a3 100644 --- a/extension/src/commands.ts +++ b/extension/src/commands.ts @@ -61,12 +61,9 @@ const commandsMap: { [command: string]: (...args: any) => any } = { "continue.suggestionUp": suggestionUpCommand, "continue.acceptSuggestion": acceptSuggestionCommand, "continue.rejectSuggestion": rejectSuggestionCommand, - "continue.openContinueGUI": () => { - ideProtocolClient.openGUI(); - }, "continue.focusContinueInput": async () => { if (!debugPanelWebview) { - await ideProtocolClient.openGUI(); + vscode.commands.executeCommand("continue.continueGUIView.focus"); } debugPanelWebview?.postMessage({ type: "focusContinueInput", -- cgit v1.2.3-70-g09d2