We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be5714 commit 55973b5Copy full SHA for 55973b5
webview-ui/src/components/chat/ChatRow.tsx
@@ -439,7 +439,7 @@ export const ChatRowContent = ({
439
style={{ color: "var(--vscode-foreground)", marginBottom: "-1.5px" }}></span>
440
)
441
442
- switch (tool.tool) {
+ switch (tool.tool as string) {
443
case "editedExistingFile":
444
case "appliedDiff":
445
// Check if this is a batch diff request
0 commit comments