Sync Copilot GitHub Pro chats between code-server web clients? #7819
Unanswered
exocyt0sis
asked this question in
Q&A
Replies: 1 comment
-
|
I think this happens because VS Code web uses browser storage, so you end up with different sessions with different browsers or machines. So it could be this issue: #4212 Although, it could also be a separate thing that the extension is doing. There is an open PR in VS Code core to change this, but it has not had any action. You could try the patch yourself (or the fork listed in the comments of the above issue) to see if it resolves the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone.
I'm accessing code-server using a web browser in a Windows environment as well as using a web browser on my phone. Unfortunately, I can't use my phone to continue a Copilot GitHub Pro chat session that I started on my computer (despite being logged into GitHub on both my computer and my phone). Is there a way to synchronize chat sessions between clients?
(I realize this is likely a FAQ, but because I haven't found any answers I hope it is in order to post my question here; thank you in advance)
Beta Was this translation helpful? Give feedback.
All reactions