[BUG] Cannot paste (Ctrl+V or right-click) into chat input box in VSCode extension
Open 💬 0 comments Opened Jul 15, 2026 by airitech-kyawswarlinnmg
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?
Description
In the Claude Code VSCode native extension, I'm unable to paste text into the chat input box. Neither the Ctrl+V keyboard shortcut nor the right-click context menu's "Paste" option (which shows Ctrl+V as its shortcut) inserts clipboard content into the input field.
What Should Happen?
OS: Windows 11 Pro (10.0.26200)
Interface: Claude Code VSCode native extension (chat input box, not the integrated terminal)
Error Messages/Logs
Steps to Reproduce
- Copy some text (e.g. from a code editor or elsewhere in VS Code)
- Click into the Claude Code chat input box
- Press Ctrl+V, or right-click and select "Paste"
- Nothing is pasted
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.1.210
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
Terminal.app (macOS)
Additional Information
- No conflicting keybindings found in keybindings.json — checked and confirmed no custom binding overrides Ctrl+V.
- Issue is specific to the chat input box; [add here whether paste works elsewhere in VS Code, e.g. terminal/editor/search box, once confirmed]