Skip to content

Commit e028d68

Browse files
authored
Always show the code indexing dot (#5505)
1 parent e022b1d commit e028d68

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changeset/easy-zoos-hunt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"roo-cline": patch
3+
---
4+
5+
Always show the code indexing dot

webview-ui/src/components/chat/ChatTextArea.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
8181
togglePinnedApiConfig,
8282
taskHistory,
8383
clineMessages,
84-
codebaseIndexConfig,
8584
} = useExtensionState()
8685

8786
// Find the ID and display text for the currently selected API configuration
@@ -1146,7 +1145,7 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
11461145
</div>
11471146

11481147
<div className={cn("flex", "items-center", "gap-0.5", "shrink-0")}>
1149-
{codebaseIndexConfig?.codebaseIndexEnabled && <IndexingStatusDot />}
1148+
<IndexingStatusDot />
11501149
<IconButton
11511150
iconClass="codicon-device-camera"
11521151
title={t("chat:addImages")}

0 commit comments

Comments
 (0)