summaryrefslogtreecommitdiff
path: root/extension/src/commands.ts
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-06-21 21:36:41 -0700
committerGitHub <noreply@github.com>2023-06-21 21:36:41 -0700
commit4c7702f10e2be7e6687d975604c9ac84ad98f15f (patch)
treedb7dd9092400f348f0fd34ef7f3ec217b9943c69 /extension/src/commands.ts
parent0eceef43ae9d0e0e195a9dbbe1e038b4e02ea61b (diff)
parent0fc6e9c3e3c8117fd29c8fefd3134cf45f043b85 (diff)
downloadsncontinue-4c7702f10e2be7e6687d975604c9ac84ad98f15f.tar.gz
sncontinue-4c7702f10e2be7e6687d975604c9ac84ad98f15f.tar.bz2
sncontinue-4c7702f10e2be7e6687d975604c9ac84ad98f15f.zip
Merge pull request #138 from continuedev/remove-terminal
removing captured terminal
Diffstat (limited to 'extension/src/commands.ts')
-rw-r--r--extension/src/commands.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/extension/src/commands.ts b/extension/src/commands.ts
index 22e15c43..291a3ceb 100644
--- a/extension/src/commands.ts
+++ b/extension/src/commands.ts
@@ -13,7 +13,6 @@ import {
} from "./suggestions";
import * as bridge from "./bridge";
import { debugPanelWebview, setupDebugPanel } from "./debugPanel";
-// import { openCapturedTerminal } from "./terminal/terminalEmulator";
import { getRightViewColumn } from "./util/vscode";
import {
findSuspiciousCode,
@@ -67,10 +66,6 @@ const commandsMap: { [command: string]: (...args: any) => any } = {
type: "focusContinueInput",
});
},
- "continue.openCapturedTerminal": () => {
- // Happens in webview resolution function
- // openCapturedTerminal();
- },
"continue.findSuspiciousCode": async (
debugContext: SerializedDebugContext
) => {