VSCode extension: pasting large image kills conversation with no recovery
Resolved 💬 3 comments Opened Feb 12, 2026 by asyncjason Closed Feb 15, 2026
Bug Description
When pasting an image that's too large into the VSCode extension, the conversation is killed with a "prompt is too big" error. There is no way to recover from this state.
Steps to Reproduce
- Open Claude Code in the VSCode extension
- Paste a large image into the conversation
- The conversation dies with a "prompt is too big" error
Expected Behavior
- The extension should reject the image gracefully before sending (e.g., "Image too large, please resize or compress")
- OR if the error occurs server-side, the user should be able to continue the conversation by removing the offending message
Actual Behavior
- The conversation is permanently broken with "prompt is too big"
- Forking from a previous message does not recover the conversation
- The user is completely stuck with no way out
Environment
- Claude Code VSCode extension
- Linux (Debian 13, kernel 6.12.57)
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗