From c3e498c1d14044222636a7a24c4eff37cb827dd5 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Sun, 18 Jun 2023 18:29:20 -0700 Subject: data sharing toggle --- extension/src/commands.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'extension/src') diff --git a/extension/src/commands.ts b/extension/src/commands.ts index 5392a7a3..22e15c43 100644 --- a/extension/src/commands.ts +++ b/extension/src/commands.ts @@ -62,9 +62,7 @@ const commandsMap: { [command: string]: (...args: any) => any } = { "continue.acceptSuggestion": acceptSuggestionCommand, "continue.rejectSuggestion": rejectSuggestionCommand, "continue.focusContinueInput": async () => { - if (!debugPanelWebview) { - vscode.commands.executeCommand("continue.continueGUIView.focus"); - } + vscode.commands.executeCommand("continue.continueGUIView.focus"); debugPanelWebview?.postMessage({ type: "focusContinueInput", }); -- cgit v1.2.3-70-g09d2