-
Notifications
You must be signed in to change notification settings - Fork 12.5k
Unable to open past conversation history in VS Code extension #18993
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingextensionIssues related to the VS Code extensionIssues related to the VS Code extensionregressionBehaviors that worked in previous versions but were broken due to an updateBehaviors that worked in previous versions but were broken due to an updatesessionIssues involving session (thread) management, resuming, forking, naming, archivingIssues involving session (thread) management, resuming, forking, naming, archiving
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingextensionIssues related to the VS Code extensionIssues related to the VS Code extensionregressionBehaviors that worked in previous versions but were broken due to an updateBehaviors that worked in previous versions but were broken due to an updatesessionIssues involving session (thread) management, resuming, forking, naming, archivingIssues involving session (thread) management, resuming, forking, naming, archiving
Type
Fields
Give feedbackNo fields configured for issues without a type.
What version of the IDE extension are you using?
1.117.0
What subscription do you have?
plus
Which IDE are you using?
vs code
What platform is your computer?
Microsoft Windows NT 10.0.26200.0 x64
What issue are you seeing?
Recently, I have been unable to open any past conversation records. When I click on a history item in the sidebar, the interface does not respond, and the previous chat content fails to load. There are no explicit error pop-ups, but the chat window remains blank or stuck.
What steps can reproduce the bug?
What steps can reproduce the bug?*
Open VS Code and ensure the GPT Codex extension is logged in.
Click on the "History" icon/tab to view past conversations.
Click on any specific historical conversation title from the list.
Observe that the chat interface does not update or display the selected history.
What is the expected behavior?
What is the expected behavior?
The extension should correctly fetch and display the full chat history of the selected conversation when clicked.
Additional information
No response