claude-code - 💡(How to fix) Fix [BUG] v2.1.117 extension fails to activate on Windows — "command not found" [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

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…
GitHub stats
anthropics/claude-code#51929Fetched 2026-04-23 07:41:08
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Timeline (top)
labeled ×4

Error Message

Error Messages/Logs

Fix Action

Workaround

Downgrading to the previous version fixes the issue immediately:

  1. In the Extensions view, click the dropdown next to UninstallInstall Another Version
  2. Select a previous version (e.g. 2.1.116)
  3. Reload window
  4. Extension activates correctly, sidebar icon reappears, commands work

Disabling Auto Update is required to keep the working version.

Code Example

command 'claude-vscode.editor.open' not found

---

Extension should activate normally after auto-update, the sidebar icon should appear, and all commands should be registered.
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?

After the extension auto-updated to version 2.1.117, the Claude Code extension no longer activates in VS Code. Specifically:

  1. The Claude Code sidebar icon (Spark) does not appear.
  2. Runtime Status in the extension page shows "Not yet activated".
  3. Running any Claude Code command from the Command Palette (e.g. Claude Code: Open in New Tab) fails with:
    command 'claude-vscode.editor.open' not found
  4. The CLI itself works fine — running claude in the integrated terminal connects and functions normally. The problem is strictly with the VS Code extension activation.

What Should Happen?

Extension should activate normally after auto-update, the sidebar icon should appear, and all commands should be registered.

Error Messages/Logs

Extension should activate normally after auto-update, the sidebar icon should appear, and all commands should be registered.

Steps to Reproduce

  1. Have Claude Code extension working on a previous version (e.g. 2.1.116).
  2. Let Auto Update install version 2.1.117.
  3. Reload VS Code window / restart VS Code.
  4. Observe the sidebar icon is missing and commands are not registered.

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

2.1.117

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Terminal.app (macOS)

Additional Information

Workaround

Downgrading to the previous version fixes the issue immediately:

  1. In the Extensions view, click the dropdown next to UninstallInstall Another Version
  2. Select a previous version (e.g. 2.1.116)
  3. Reload window
  4. Extension activates correctly, sidebar icon reappears, commands work

Disabling Auto Update is required to keep the working version.

Expected Behavior

Extension should activate normally after auto-update, the sidebar icon should appear, and all commands should be registered.

Additional Notes

This appears to affect other users as well — the 2.1.117 release seems to have a broken activation flow on Windows native installs.

extent analysis

TL;DR

Downgrade to the previous version (e.g., 2.1.116) to fix the issue with the Claude Code extension not activating in VS Code after the auto-update to version 2.1.117.

Guidance

  • The issue seems to be specific to the 2.1.117 version of the Claude Code extension and affects Windows native installs, so downgrading to a previous version is a reliable workaround.
  • To verify if the issue is resolved, check if the Claude Code sidebar icon appears and if commands are registered after downgrading and reloading the VS Code window.
  • Disabling Auto Update is necessary to prevent the extension from updating back to the problematic version.
  • If multiple users are affected, it's likely a bug in the 2.1.117 release that needs to be addressed by the developers.

Example

No code snippet is necessary for this issue, as it's related to a specific version of the extension and can be resolved through version management.

Notes

The provided workaround is specific to the described scenario and might not apply to other versions or platforms. It's essential to wait for an official fix from the developers for a more permanent solution.

Recommendation

Apply the workaround by downgrading to a previous version (e.g., 2.1.116) because it immediately resolves the issue, allowing the extension to function correctly until a fixed version is released.

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