claude-code - 💡(How to fix) Fix [BUG] Extension fails to activate on Windows in v2.1.136

Official PRs (…)
ON THIS PAGE

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

Error in Developer Tools console:

Error Messages/Logs

Fix Action

Fix / Workaround

Workaround: Rolling back to v2.1.133 restores functionality.

Code Example

Activating extension 'Anthropic.claude-code' failed: The argument 'filename' must be a file URL object, file URL string, or absolute path string. Received 'file:///home/runner/work/claude-cli-internal/claude-cli-internal/build-agent-sdk/sdk.mjs'

---
RAW_BUFFERClick to expand / collapse

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?

Bug: Extension fails to activate on Windows in v2.1.136

Claude Code Version: 2.1.136 OS: Windows VS Code Version: (add yours here)

Description: After updating to v2.1.136, the extension fails to activate on Windows. The sidebar icon disappears and commands like claude-vscode.editor.openLast stop working.

Error in Developer Tools console:

Activating extension 'Anthropic.claude-code' failed: The argument 'filename' must be a file URL object, file URL string, or absolute path string. Received 'file:///home/runner/work/claude-cli-internal/claude-cli-internal/build-agent-sdk/sdk.mjs'

The path file:///home/runner/work/... appears to be a Linux path hardcoded in the build, which causes the extension to fail on Windows.

Steps to reproduce:

  1. Install or update to v2.1.136 on Windows
  2. Open VS Code
  3. Extension fails to activate

Expected behavior: Extension activates normally.

Workaround: Rolling back to v2.1.133 restores functionality.

What Should Happen?

Extension activates normally and sidebar icon is visible in the Activity Bar.

Error Messages/Logs

Steps to Reproduce

  1. Install or update to v2.1.136 on Windows
  2. Open VS Code
  3. Extension fails to activate

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

2.1.136

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

VS Code integrated terminal

Additional Information

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [BUG] Extension fails to activate on Windows in v2.1.136