Skip to content

Commit ff0b4f5

Browse files
committed
Clean up imports
1 parent a354a3a commit ff0b4f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/core/tools/executeCommandTool.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
import fs from "fs/promises"
22
import * as path from "path"
33

4+
import delay from "delay"
5+
46
import { Cline } from "../Cline"
57
import { ToolUse, AskApproval, HandleError, PushToolResult, RemoveClosingTag, ToolResponse } from "../../shared/tools"
68
import { formatResponse } from "../prompts/responses"
79
import { unescapeHtmlEntities } from "../../utils/text-normalization"
8-
import { VSCodeCommandExecutor } from "../command-executors/VSCodeCommandExecutor"
910
import { Terminal } from "../../integrations/terminal/Terminal"
1011
import { telemetryService } from "../../services/telemetry/TelemetryService"
11-
import delay from "delay"
1212
import { ExitCodeDetails } from "../../integrations/terminal/TerminalProcess"
1313
import { execaCommandExecutor } from "../command-executors/ExecaCommandExecutor"
14-
import { vsCodeCommandExecutor } from "../command-executors/VSCodeCommandExecutor"
14+
// import { vsCodeCommandExecutor } from "../command-executors/VSCodeCommandExecutor"
1515

1616
export async function executeCommandTool(
1717
cline: Cline,

0 commit comments

Comments
 (0)