I appreciate your extension. Thanks in advance for any assistance with this issue.
This is a new issue. The extension was working fine until around 2026-04-18.
At the same time I noticed this issue, I also noticed my auto-selected Claude Code model was Opus 4.7 instead of 4.6. So I don't know if this issue is related to a Claude update but thought I would mention.
ISSUES:
- Prompts no longer make it to the extension's integrated terminal below the prompt when the prompt is submitted.
- This means my only option for using the extension is to type in the integrated terminal directly, where I quickly noticed:
- I cannot paste into the integrated terminal
- i.e.
Ctrl+V, Shift+Insert, Ctrl+Shift+V: None of these will paste into the terminal
- I can't promise you this ever worked because I normally used the prompt field. But I think this worked before, and I think it stopped working at the same time as the prompt issue.
REPRO:
- Versions of things I'm running:
- Visual Studio 2026: 18.4.2
- Claude Code Extension for Visual Studio: 10.13
- Claude Code: v2.1.117 (I believe I was on v2.1.116 when this started)
- In Visual Studio > my Claude Code tab is pinned to the right pane, alongside Solution Explorer and Git Changes. Terminal is not detached to separate tab >
[x] Send with Enter is enabled
- Enter some text in the
Prompt / Paste Image field > Ctrl+A then Ctrl+C to copy the text, because you're going to lose it
- Hit
Enter
- The text goes away as if it submitted > then nothing happens in the terminal
- Focus the integrated terminal prompt > type "Hello?" to see if Claude is alive > Claude is alive and responds
- Try to paste your copied text into the integrated terminal prompt > observe it does not work; nothing happens
SEVERITY:
The extension is currently almost unusable. I can do very basic things using the extension terminal, but I've been shocked to learn how crippling it is not to be able to paste in a prompt. I am constantly needing to paste in prompts -- file paths, code snippets, PR comments, work item descriptions, etc. A few times I have resorted to composing my prompt in a text doc, then I have to save it, then I can type in extension terminal to read my prompt file, but then I have to type the file path because I can't paste it. I have since learned of Claude Code's Ctrl+G shortcut which opens prompt in text editor -- and eliminates some of those steps (like saving the file and typing the file path), but it's still a lot of friction.
THINGS I'VE TRIED:
I lost count. Relaunched Visual Studio. Rebooted computer. Confirmed regular Claude Code is working normally, and I can paste, in Windows Terminal (PowerShell) in an active Claude Code session. Toggled Send with Enter. Reloaded agent. Updated agent. Confirmed coworker is having the same issues (although I believe he can paste in the extension's terminal using Ctrl+Shift+V only). Combed through VS > Customize > Keyboard looking for keyboard shortcut conflicts with Ctrl+Shift+V > deleted all of those except Terminal.Paste because it sounds like the one I need > still can't paste in extension terminal. Confirmed I can paste in native VS terminal (Developer PowerShell 7) in an active Claude Code session (using all 3 of the keyboard shortcuts). Googled a lot > read a lot of community posts and Anthropic Github issues (to no avail). Asked Claude to help me solve (to no avail). Probably some other stuff I'm forgetting.
I appreciate your extension. Thanks in advance for any assistance with this issue.
This is a new issue. The extension was working fine until around 2026-04-18.
At the same time I noticed this issue, I also noticed my auto-selected Claude Code model was Opus 4.7 instead of 4.6. So I don't know if this issue is related to a Claude update but thought I would mention.
ISSUES:
Ctrl+V,Shift+Insert,Ctrl+Shift+V: None of these will paste into the terminalREPRO:
[x] Send with Enteris enabledPrompt / Paste Imagefield >Ctrl+AthenCtrl+Cto copy the text, because you're going to lose itEnterSEVERITY:
The extension is currently almost unusable. I can do very basic things using the extension terminal, but I've been shocked to learn how crippling it is not to be able to paste in a prompt. I am constantly needing to paste in prompts -- file paths, code snippets, PR comments, work item descriptions, etc. A few times I have resorted to composing my prompt in a text doc, then I have to save it, then I can type in extension terminal to read my prompt file, but then I have to type the file path because I can't paste it. I have since learned of Claude Code's
Ctrl+Gshortcut which opens prompt in text editor -- and eliminates some of those steps (like saving the file and typing the file path), but it's still a lot of friction.THINGS I'VE TRIED:
I lost count. Relaunched Visual Studio. Rebooted computer. Confirmed regular Claude Code is working normally, and I can paste, in Windows Terminal (PowerShell) in an active Claude Code session. Toggled
Send with Enter. Reloaded agent. Updated agent. Confirmed coworker is having the same issues (although I believe he can paste in the extension's terminal usingCtrl+Shift+Vonly). Combed through VS > Customize > Keyboard looking for keyboard shortcut conflicts withCtrl+Shift+V> deleted all of those exceptTerminal.Pastebecause it sounds like the one I need > still can't paste in extension terminal. Confirmed I can paste in native VS terminal (Developer PowerShell 7) in an active Claude Code session (using all 3 of the keyboard shortcuts). Googled a lot > read a lot of community posts and Anthropic Github issues (to no avail). Asked Claude to help me solve (to no avail). Probably some other stuff I'm forgetting.