claude-code
claude-code copied to clipboard
VS Code extension: /resume shows no conversations while terminal mode works
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
Found 2 possible duplicate issues:
- https://github.com/anthropics/claude-code/issues/9258
- https://github.com/anthropics/claude-code/issues/11490
This issue will be automatically closed as a duplicate in 3 days.
- If your issue is a duplicate, please close it and 👍 the existing issue instead
- To prevent auto-closure, add a comment or 👎 this comment
🤖 Generated with Claude Code
Confirming this issue on Windows (VS Code integrated terminal).
Version info:
- CLI: 2.0.59 (auto-updated from 2.0.58 during session)
- VSCode Extension: 2.0.58
- Possible version mismatch after background update?
Same symptoms:
- Session files exist in correct
~/.claude/projects/<path>/directory - Files are valid JSON (verified with
python -m json.tool) - Session
cwdmatches current workspace - New sessions save successfully but don't appear in resume list
- Terminal
claude --resumeworks fine