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. |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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