summaryrefslogtreecommitdiff
path: root/extension/src
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-18 18:29:20 -0700
committerNate Sesti <sestinj@gmail.com>2023-06-18 18:29:20 -0700
commita39bec0dea93c83b5eef446543f991218ecc810c (patch)
treebaed3d4de461f6a35e961f6dde3342ed29d7073e /extension/src
parent350873ccfac50ff84c2018e1d71eaf6089d4c5b7 (diff)
downloadsncontinue-a39bec0dea93c83b5eef446543f991218ecc810c.tar.gz
sncontinue-a39bec0dea93c83b5eef446543f991218ecc810c.tar.bz2
sncontinue-a39bec0dea93c83b5eef446543f991218ecc810c.zip
data sharing toggle
Diffstat (limited to 'extension/src')
-rw-r--r--extension/src/commands.ts4
1 files changed, 1 insertions, 3 deletions
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",
});