diff options
Diffstat (limited to 'extension/src')
-rw-r--r-- | extension/src/commands.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extension/src/commands.ts b/extension/src/commands.ts index 433982ed..351c055d 100644 --- a/extension/src/commands.ts +++ b/extension/src/commands.ts @@ -61,9 +61,6 @@ const commandsMap: { [command: string]: (...args: any) => any } = { }, "continue.toggleAuxiliaryBar": () => { vscode.commands.executeCommand("workbench.action.toggleAuxiliaryBar"); - debugPanelWebview?.postMessage({ - type: "focusContinueInputWithEdit", - }); }, "continue.quickTextEntry": async () => { const text = await vscode.window.showInputBox({ |