I can't see the chat history with GitHub Copilot from before #68362
Replies: 7 comments
-
I had a chat with Copilot while VS Code had one folder selected (call it "folder_1"). I then switched to "folder_2" to do some other work, and my previous chat with Copilot disappeared. I then switched back to "folder_1" and my chat re-appeared. There might be a more elegant solution, but for now this is a trick worth noting. |
Beta Was this translation helpful? Give feedback.
-
Check for Updates: Ensure that both VS Code Insiders and the GitHub Copilot extension are up to date. Sometimes bugs related to state retention are fixed in updates. Extension Settings: Look into the settings of the GitHub Copilot extension to see if there's an option to retain chat history. Some extensions have settings that control the persistence of such data. Workspace Settings: If the user has multiple workspaces, it's important to check if the settings are configured per workspace. Changing folders might be interpreted as changing workspaces, which could lead to losing history if history is not shared across workspaces. Clear Cache/Local Storage: Sometimes clearing the cache or local storage can resolve issues with the state not being saved properly. GitHub Copilot Account: Ensure that the GitHub Copilot is properly authenticated with the user's GitHub account. Authentication issues might cause the extension to start fresh every time. File an Issue: If none of the above works, the user should consider filing an issue on the GitHub repository for the Copilot extension or contact the support team, as it might be an unknown bug. Community Forums: Seeking help from the community can also be beneficial. Platforms like Stack Overflow or the VS Code subreddit might have users who faced similar issues and found a workaround. Reinstallation: As a last resort, uninstalling and reinstalling both VS Code Insiders and the GitHub Copilot extension could help, but make sure to backup any important configurations or code snippets. |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Is there a workaround? I have just lost a huge terraform config we wrote with copilot as a result of two hours work. |
Beta Was this translation helpful? Give feedback.
-
same problem here |
Beta Was this translation helpful? Give feedback.
-
Me: Github Copilot: |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
Every time I open VS Code Insiders, I can't see the chat history with GitHub Copilot from before.
Once I changed the folder of VS Code Insiders,
which caused me to not be able to see the chat history with GitHub Copilot every time I opened it.
Later, I changed it several times, but still couldn't see the previous chat history.
Every time I open it, it's a new conversation.
Does anyone know how to solve this? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions