Description
After updating to Claude Code VS Code extension v2.1.51, all Claude commands stopped working. The commands are registered in package.json but VS Code reports them as not found:
command 'claude-vscode.editor.openLast' not found
Steps to Reproduce
- Update Claude Code VS Code extension to v2.1.51 (win32-x64)
- Restart VS Code / reload window
- Try any Claude command via Command Palette (e.g., "Claude Code: Open in New Tab")
Expected Behavior
Commands should work as they did in previous versions.
Actual Behavior
All Claude commands fail with "command not found". The extension appears to not activate properly.
Workaround
Rolling back to a previous version via "Install Another Version..." restores functionality.
Environment
- VS Code: Windows 11
- Extension version: 2.1.51 (win32-x64)
- Platform: Windows 11 Home 10.0.26200
Description
After updating to Claude Code VS Code extension v2.1.51, all Claude commands stopped working. The commands are registered in
package.jsonbut VS Code reports them as not found:Steps to Reproduce
Expected Behavior
Commands should work as they did in previous versions.
Actual Behavior
All Claude commands fail with "command not found". The extension appears to not activate properly.
Workaround
Rolling back to a previous version via "Install Another Version..." restores functionality.
Environment