[BUG] VSCode ext - "Fork conversation from here" doesn't do anything

Resolved 💬 35 comments Opened Jan 30, 2026 by justanotheranonymoususer Closed Mar 20, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

Subj.

Logs:

2026-01-30 21:00:51.667 [info] Received message from webview: {"type":"request","requestId":"phtdu2p4jd","request":{"type":"fork_conversation","forkedFromSession":"dd38aac9-1e65-4c38-b7b9-6b6e4af843f6","resumeSessionAt":"16578121-d438-4e86-93bc-32e45cd58eb0"}}
2026-01-30 21:00:51.667 [error] Error processing client request: Error: ENOENT: no such file or directory, scandir 'C:\Users\User\.claude\projects\<redacted>'
2026-01-30 21:00:51.678 [info] Received message from webview: {"type":"interrupt_claude","channelId":"phtdu2p4jd"}
2026-01-30 21:00:51.679 [warning] Channel not found: phtdu2p4jd

What Should Happen?

Rewind should work

Error Messages/Logs

Steps to Reproduce

No repro steps are known. Use vscode ext for a long time, then try to rewind.

Claude Model

Opus

Is this a regression?

I don't know

Last Working Version

_No response_

Claude Code Version

v2.1.25

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Other

Additional Information

_No response_

View original on GitHub ↗

35 Comments

github-actions[bot] · 5 months ago

Found 2 possible duplicate issues:

  1. https://github.com/anthropics/claude-code/issues/17822
  2. https://github.com/anthropics/claude-code/issues/21760

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

jaylim95 · 5 months ago

I have the same issue too. Fork conversation from here and Rewind code to here does nothing when using Calude Code VSCode extension.

cwoolum · 5 months ago

Still seeing this with 2.1.38. The logs show

2026-02-11 10:33:41.850 [info] Received message from webview: {"type":"request","requestId":"qiftu4xl15g","request":{"type":"fork_conversation","forkedFromSession":"4fad3e15-aa15-4da0-8a81-a1eb6105f725","resumeSessionAt":"88b42ca4-b994-48cc-abe9-86d2be210f22"}}
2026-02-11 10:33:42.180 [error] Error processing client request: Error: Message 88b42ca4-b994-48cc-abe9-86d2be210f22 not found in session 4fad3e15-aa15-4da0-8a81-a1eb6105f725
Altair200333 · 4 months ago

Same, for some reason does not work in one of the projects (but works in others), here are logs

026-02-19 11:22:39.580 [info] Received message from webview: {"type":"request","requestId":"ocskubjkfan","request":{"type":"fork_conversation","forkedFromSession":"3f9634ef-c5f1-4836-b405-a8dc6d0d88ff","resumeSessionAt":"72be3220-13f5-4075-99ec-898eee7a8177"}}
2026-02-19 11:22:39.581 [error] Error processing client request: Error: ENOENT: no such file or directory, scandir 'C:\Users\mike\.claude\projects\f--projects-teleproxy-telegram'
2026-02-19 11:22:39.594 [info] Received message from webview: {"type":"interrupt_claude","channelId":"ocskubjkfan"}
2026-02-19 11:22:39.595 [warning] Channel not found: ocskubjkfan
tradingfuturo · 4 months ago

Same failure here, sometimes works sometimes fails silently (no idea where are the logs). If I try to load the conversation in another tab it shows empty, therefore that alternative route does not works in those cases.

maitreya-coolplay · 4 months ago

same. can someone please vibe-fix this.

JoshElgar · 4 months ago

Same issue.

tradingfuturo · 4 months ago

It was a regression few versions ago, I remember it was working fine but then broken. Affects a lot my work because I cannot fork anymore and save tokens on initial analysis. I have to repeat analysis again wasting time and tokens for nothing.

HYZ17 · 4 months ago

Same issue.

blantyjp-coder · 4 months ago

What helped me:
The root cause is a Windows Read-only attribute on the .claude/projects/ directory. Try this in PowerShell:
attrib -R[+] "C:\Users\\(your username)\\.claude\projects" /S /D

AlexLMeow · 4 months ago

I had the same session not found error and restarting VSCode fixed forking for me

ianwieds · 4 months ago

Same issue for me. @AlexLMeow I also found that restarting VSCode fixes forking but only for a bit before breaking again.

Specifically, clicking fork, or rewind or any of those buttons there just simply does nothing... no new chat, no error message.

AsteroidHunter · 4 months ago

Yes, I am stunned how this is still broken. Even completely restarting VSCode doesn't fix it for me.

birkdev · 4 months ago

Same issue. The fork and rewind buttons seems to stop working after a certain amount of forks have been made or messages sent. The only fix is to restart VSCode, but the fork and rewind buttons will eventually stop working again.
VSCode on Windows 11, Claude Code extension v2.1.71.

chrisliebaer · 4 months ago

Restarting VSCode used to work for me, but is now also permanently broken, failing around 95% of the time silently. Switched to the CLI which stopped displaying thinking and can't even stream thinking in real-time. It would be great if at least one frontend worked reliably with the entire feature set.

davidspies · 4 months ago

I have what I think is the same issue on Ubuntu. "Fork this conversation" usually doesn't do anything until I refresh vscode. This is a deal-breaker feature for me. I've given up on the vscode extension in favor of the CLI just for the ability to easily do /rewind.

tradingfuturo · 4 months ago
I have what I think is the same issue on Ubuntu. "Fork this conversation" usually doesn't do anything until I refresh vscode. This is a deal-breaker feature for me. I've given up on the vscode extension in favor of the CLI just for the ability to easily do /rewind.

Yes, I got the same in Ubuntu. Seems for Windows is mostly fixed but tried a Linux machine recently and got the same. Worth checking on Linux too.

tradingfuturo · 4 months ago

and it got worse in windows now. Almost not working at all, only rarely. Sometimes opens a fork but appears with trashed context. Not good.

0ctoqus · 4 months ago

Doesn't work for me as well on mac

Da1sypetals · 4 months ago

What is the state of the VSCode extension, has it stopped maintenance? Why there is no one fixing it? What the heck is anthropics team doing?

iceteahh · 3 months ago

+1

taosiyu22 · 3 months ago

same issue,help!

iceteahh · 3 months ago

hey I think it fixed, first check if you can update the extension or is there a restart button for extension just press it. Then restart the vscode as well after that I be able to fork a conversation

taosiyu22 · 3 months ago
hey I think it fixed, first check if you can update the extension or is there a restart button for extension just press it. Then restart the vscode as well after that I be able to fork a conversation

no updates detected,this issue happened in plugin version 2.1.79

TertiumOrganum1 · 3 months ago

Yes, very appreciate if you can fix it. I mean you have AI on board :)

TertiumOrganum1 · 3 months ago

same here: v. 2.1.81

cykim8811 · 3 months ago
same here: v. 2.1.81

same, v.2.1.81, macOS, occasionally

taosiyu22 · 3 months ago

same issue in 2.1.81,why close this?

help me

taosiyu22 · 3 months ago

@qing-ant hey,can you reopen this issue?

datspike · 3 months ago

The issue is almost permanent for me on linux, vs code 1.109.5 and extension 2.1.81

TertiumOrganum1 · 3 months ago

mac os 14.8 - the same

вт, 24 мар. 2026 г., 21:18 Elesin Alexey @.***>:

datspike left a comment (anthropics/claude-code#22016) <https://github.com/anthropics/claude-code/issues/22016#issuecomment-4120426062> The issue is almost permanent for me on linux, vs code 1.109.5 and extension 2.1.81 — Reply to this email directly, view it on GitHub <https://github.com/anthropics/claude-code/issues/22016?email_source=notifications&email_token=AMHJGK6HEL7DU6HWVCWAWXD4SLGPDA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIMJSGA2DENRQGYZKM4TFMFZW63VHMNXW23LFNZ2KKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-4120426062>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AMHJGK5IPQ4MB7ILVIFPKET4SLGPDAVCNFSM6AAAAACTPCGJOGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DCMRQGQZDMMBWGI> . You are receiving this because you commented.Message ID: @.***>
AkmalBakar · 3 months ago

Not working on Macos for me

kentreallife · 3 months ago

see here for windows 11

dylanzonix · 3 months ago

Same here

github-actions[bot] · 3 months ago

This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.