Transfer chat session only works on new workspace #247486
Labels
bug
Issue identified by VS Code Team member as probable bug
chat
insiders-released
Patch has been released in VS Code Insiders
verified
Verification succeeded
Milestone
When switching to use the
ChatSessionStore
, I didn't store transferred chat sessions here, they stay in the storage service. I thought this worked by falling back to the migrated session (seemigrateDataIfNeeded
). But this only happens the first time the workspace is opened, otherwise the session isn't transferred at all.The text was updated successfully, but these errors were encountered: