Describe the bug
Had ~10 chat sessions in a VS code workspace that started when it was just one repo folder.
Added 2 more repo folders, forked the chat.
After VS Code update and restart, all but 1 chat session are gone.
To Reproduce
Steps to reproduce the behavior:
- Open a repo
- Chat
- Add more repo folders to workspace
- Chat more
- Fork a chat
- Add another repo to the workspace
- Fork the fork
- Update VS Code
- Restart
- Some/all chats are gone
Expected behavior
Should still have my chats.
Platform
Additional context
Your keying the chat sessions by the workspace folder is fragile.
When folders are in flux and chats are being forked, it seems the keying was non-reproducible, and the chats are now gone. Data access lost.
Describe the bug
Had ~10 chat sessions in a VS code workspace that started when it was just one repo folder.
Added 2 more repo folders, forked the chat.
After VS Code update and restart, all but 1 chat session are gone.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should still have my chats.
Platform
Additional context
Your keying the chat sessions by the workspace folder is fragile.
When folders are in flux and chats are being forked, it seems the keying was non-reproducible, and the chats are now gone. Data access lost.