claude-code - 💡(How to fix) Fix Cross-client session syncing between VS Code extension and Desktop app

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…

Sessions started in the VS Code extension don't appear in the Claude Desktop app's Code tab, and vice versa. There's no way to start a session in one client and continue it in the other, or to see a unified list of all sessions regardless of where they were started.

Root Cause

Sessions started in the VS Code extension don't appear in the Claude Desktop app's Code tab, and vice versa. There's no way to start a session in one client and continue it in the other, or to see a unified list of all sessions regardless of where they were started.

RAW_BUFFERClick to expand / collapse

Summary

Sessions started in the VS Code extension don't appear in the Claude Desktop app's Code tab, and vice versa. There's no way to start a session in one client and continue it in the other, or to see a unified list of all sessions regardless of where they were started.

Use case

I work across both the VS Code extension (for inline IDE integration) and the Claude Desktop app (for standalone work). I'd like to:

  • See all my Claude Code sessions in a single list, regardless of which client started them
  • Start a session in VS Code and pick up where I left off in the Desktop app (and vice versa)

Current behavior

  • VS Code extension and Desktop app are fully siloed — each only shows sessions it started
  • Session transcripts all land in ~/.claude/projects/ on disk, but neither client surfaces the other's sessions
  • The CLI claude --resume can pick up any session, but the GUI clients cannot

Proposed behavior

  • The Code tab in the Desktop app (and the VS Code extension's session list) should read from the shared ~/.claude/projects/ transcript store and display all sessions
  • Resuming a session started in a different client should work seamlessly

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

claude-code - 💡(How to fix) Fix Cross-client session syncing between VS Code extension and Desktop app