The Problem
When trying to use the Claude Code extension in VS Code, you might run into this error preventing it from opening (2.1.129):
command 'claude-vscode.editor.openLast' not found
The Solution
The fix is simple: you need to downgrade the extension to a specific stable version (2.1.128).
Here are the exact steps:
Uninstall your current Claude VS Code extension.
Click the Gear (Settings) icon on the Claude extension page in VS Code.
Select "Install Another Version..." from the dropdown menu.
Choose version 2.1.128 from the list.
Reload VS Code.
That's it! The error should be gone and Claude will work properly again.
Top comments (0)