load a github chat session from github.com into VSCode #194932
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
Hi chuilberto! While there is no direct way to transfer a github chat in the webapp to the vscode, you can ask the model for a prompt. "Summarize this conversation as a prompt I can use to continue in a new session" "Write a context summary I can paste at the start of a new chat to get you back up to speed" Copilot will usually give you a condensed paragraph or bullet list covering what was discussed, what decisions were made, and where you left off. Then you just paste that at the top of your new VS Code chat and you're roughly back in context. |
Beta Was this translation helpful? Give feedback.
-
|
Unfortunately, you can't directly load a chat session from GitHub into VSCode. If you’re looking to continue a conversation, you might consider using a separate chat tool or revisiting the GitHub page where the conversation took place. |
Beta Was this translation helpful? Give feedback.
-
|
One small addition: if it's a long thread, ask it to also list any file paths or function names that came up. That way when you paste the summary into VS Code, Copilot can pull the actual code context from your workspace and you're basically back where you left off. |
Beta Was this translation helpful? Give feedback.

Hi chuilberto! While there is no direct way to transfer a github chat in the webapp to the vscode, you can ask the model for a prompt.
"Summarize this conversation as a prompt I can use to continue in a new session"
"Write a context summary I can paste at the start of a new chat to get you back up to speed"
Copilot will usually give you a condensed paragraph or bullet list covering what was discussed, what decisions were made, and where you left off. Then you just paste that at the top of your new VS Code chat and you're roughly back in context.
It's a manual trick but it works well in practice. Let me know if this helps:)