We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edcd51c commit f66489bCopy full SHA for f66489b
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-collapse-all"
+ iconClass="codicon-fold"
33
title={t("chat:task.condenseContext")}
34
disabled={buttonsDisabled}
35
onClick={() => handleCondenseContext(item.id)}
0 commit comments