diff --git a/webview-ui/src/components/chat/CommandExecution.tsx b/webview-ui/src/components/chat/CommandExecution.tsx index 005484c36d..8e648f26cc 100644 --- a/webview-ui/src/components/chat/CommandExecution.tsx +++ b/webview-ui/src/components/chat/CommandExecution.tsx @@ -12,6 +12,7 @@ import { vscode } from "@src/utils/vscode" import { useExtensionState } from "@src/context/ExtensionStateContext" import { cn } from "@src/lib/utils" import { Button } from "@src/components/ui" +import CodeBlock from "../common/CodeBlock" interface CommandExecutionProps { executionId: string @@ -86,8 +87,8 @@ export const CommandExecution = ({ executionId, text }: CommandExecutionProps) = return (
+
- {command}
{status?.status === "started" && (