(taskId: string)
| 1592 | })) |
| 1593 | |
| 1594 | const handleCondenseContext = (taskId: string) => { |
| 1595 | if (isCondensing || sendingDisabled) { |
| 1596 | return |
| 1597 | } |
| 1598 | setIsCondensing(true) |
| 1599 | setSendingDisabled(true) |
| 1600 | vscode.postMessage({ type: "condenseTaskContextRequest", text: taskId }) |
| 1601 | } |
| 1602 | |
| 1603 | const areButtonsVisible = showScrollToBottom || primaryButtonText || secondaryButtonText |
| 1604 |
no test coverage detected