diff options
Diffstat (limited to 'extension/src/commands.ts')
-rw-r--r-- | extension/src/commands.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/src/commands.ts b/extension/src/commands.ts index 5a880690..4ceac25d 100644 --- a/extension/src/commands.ts +++ b/extension/src/commands.ts @@ -71,6 +71,7 @@ const commandsMap: { [command: string]: (...args: any) => any } = { await vscode.window.showTextDocument(uri); }, "continue.debugTerminal": async () => { + vscode.commands.executeCommand("continue.continueGUIView.focus"); await ideProtocolClient.debugTerminal(); }, }; |