VS Code extension: /resume shows no conversations while terminal mode works
Resolved 💬 5 comments Opened Dec 1, 2025 by felipekj Closed Feb 4, 2026
Description
The /resume command in the VS Code graphical extension shows no conversations, while the same command works correctly in terminal mode. Additionally, Claude Code tabs no longer restore when reopening VS Code (previously worked before the Nov 27 update).
Environment
- Claude Code version: 2.0.55
- VS Code version: 1.106.3
- Platform: Linux (Ubuntu, kernel 6.8.0-88-generic)
- Extension path:
~/.vscode/extensions/anthropic.claude-code-2.0.55-linux-x64
Steps to Reproduce
- Have previous conversations in Claude Code
- Open VS Code with Claude Code extension
- Use
/resumecommand in the graphical Claude Code panel - No conversations are listed
Expected Behavior
/resumeshould list previous conversations (as it does in terminal mode)- Claude Code tabs left open should restore when reopening VS Code
Actual Behavior
/resumeshows nothing in graphical mode- Previous conversations are not accessible from the VS Code extension
- Session files exist in
~/.claude/projects/and work correctly in terminal mode
Additional Context
- This regression started after the Nov 27, 2025 update (version 2.0.55)
- Terminal mode (
claudecommand) works correctly and can resume conversations - Session history files are present and valid in
~/.claude/projects/ - The
history.jsonlfile contains recent entries
🤖 Generated with Claude Code
This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗