Skip to content

[BUG] Claude VS Code extension doesn't respond if setting claudeProcessWrapper #10506

Description

@nekketsuuu

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

When using Claude Code VS Code extension v2, the claudeCode.claudeProcessWrapper option doesn't work for me with the default non-terminal mode.

For instance, even when setting claudeCode.claudeProcessWrapper to a direct path of non-wrapped Claude binary, /Users/nekketsuuu/.volta/bin/claude, Claude keeps showing waiting messages like "Marinating..." after sending a question.

It may be interesting that, after closing the extension pane and re-opening the pane, it has a record for successful response in its "Past Conversations" history. So the extension seems to have an issue around displaying its response, I guess.

What Should Happen?

The response will be shown as usual.

Error Messages/Logs

I can't find any logs about this. I'd appreciate if anyone suggests how to show internal logs of the VS Code extension.

Steps to Reproduce

  1. Install Claude Code VS Code extension v2.

  2. Set up like below:

    "claudeCode.claudeProcessWrapper": "/Users/nekketsuuu/.volta/bin/claude",
    "claudeCode.environmentVariables": [
        {
            "name": "CLAUDE_CODE_USE_BEDROCK",
            "value": "1"
        }
    ],
    "claudeCode.useTerminal": false
    

    Actually I'd like to choose my wrapper command for claudeProcessWrapper, but I found that this issue still happens when I set it to the plain claude command.

  3. Open the Claude Code VS Code extension pane.

  4. Ask something.

  5. It will only show several waiting messages.

Claude Model

Sonnet (default)

Is this a regression?

No, this never worked

Last Working Version

N/A

Claude Code Version

2.0.28 (Claude Code)

Platform

AWS Bedrock

Operating System

macOS

Terminal/Shell

Other

Additional Information

VS Code extension: anthropic.claude-code 2.0.28

Related issue: #10491

Metadata

Metadata

Assignees

No one assigned

    Labels

    api:bedrockIssue relates to AWS Bedrockarea:idebugSomething isn't workinghas reproHas detailed reproduction stepsplatform:macosIssue specifically occurs on macOS

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions