[BUG] VSCode extension: Edit and X buttons in conversation dropdown do not respond to clicks
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Bug description
The "X" button that appears on conversations in the VSCode extension sidebar does nothing when clicked. The button renders and is visible, but clicking it produces no effect — the conversation is not deleted or removed.
This is distinct from #10747 (feature request for delete/rename) — it appears the delete UI was partially implemented (the edit and X buttons are present) but the click handler is not wired up or is broken.
Environment
- Claude Code VSCode extension
Additional context
Related to #10747 — the delete button appears to have been added to the UI but the functionality isn't connected.
What Should Happen?
Expected behavior
Clicking the edit and X buttons should allow edit or delete/remove the conversation from the list.
Actual behavior
The edit and X buttons are visible but completely unresponsive.
Error Messages/Logs
Steps to Reproduce
Steps to reproduce
- Open Claude Code in VSCode extension
- Create a few conversations (some can be empty/untitled)
- Hover over a conversation in the dropdown to reveal the edit and X buttons
- Click the edit or X button
- Nothing happens — conversation remains in the list and uneditable
Claude Model
None
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.1.69
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Other
Additional Information
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗