Where to put personal access token for Github Copilot? #6732
|
Hello, I notice when I open VS Code in different browsers (or clear cookies), this extension will always prompt me to log into Github again. The extensions will persist between browsers, but not the Github credentials. Is there a way put a personal access token somewhere in the configuration so that I will not have to log into Github on every machine? Thank you. |
Answered by
code-asher
Mar 29, 2024
Replies: 1 comment 3 replies
|
Not at the moment. VS Code web puts secrets in browser storage, and there does not seem to be any way to pre-load them unfortunately. Their recommended fix seems to be to use settings sync, but that does not work with code-server from what I have been told. Tracking: #6727 |
3 replies
Answer selected by
eliluong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not at the moment. VS Code web puts secrets in browser storage, and there does not seem to be any way to pre-load them unfortunately. Their recommended fix seems to be to use settings sync, but that does not work with code-server from what I have been told.
Tracking: #6727