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 9402a4d commit 7a4ce14Copy full SHA for 7a4ce14
webview-ui/src/components/chat/TaskActions.tsx
@@ -29,7 +29,7 @@ export const TaskActions = ({ item, buttonsDisabled, handleCondenseContext }: Ta
29
{!!item?.size && item.size > 0 && (
30
<>
31
<IconButton
32
- iconClass="codicon-file-zip"
+ iconClass="codicon-fold"
33
title={t("chat:task.condenseContext")}
34
disabled={buttonsDisabled}
35
onClick={() => handleCondenseContext(item.id)}
0 commit comments