-
Notifications
You must be signed in to change notification settings - Fork 5.9k
When I change computers I lose my extensions and github configuration. #6935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Looks like a duplicate of #4212 Unfortunately, VS Code stores the state of some things like the GitHub login in the browser so switching computers or even browsers loses everything. |
Wait but are you saying you lose the extensions themselves? Or just their configuration? Extensions themselves should not be lost, unless they are browser extensions. I am not familiar with the |
What a pity with you Asher, you are right, what is lost are the code-server extensions, not the browser ones hahahaha, but when validating the directory on the server these have them, but the extension.json file has nothing, I want to share with you some screenshots so you can see a little more the problem. As you can see I have the extensions installed, but when I change browser they do not appear installed. |
Interesting! Does the Maybe there was a recent change that made this browser-dependent. I will try to reproduce later. |
Ahhh yup they override it to |
I do not have a second computer to try right now but I experimented with two different browsers, which should be equivalent:
Maybe there is something else causing that |
Is there an existing issue for this?
OS/Web Information
code-server --version
: v4.91.1Steps to Reproduce
Expected
As it is accessed from a web, for all computers should keep the same configuration, since this is on the server, the extensions.json file should be kept as initially configured.
Actual
All extensions and settings are deleted between browser changes.
Logs
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
This cannot be tested in native VS Code
Does this bug reproduce in GitHub Codespaces?
This cannot be tested in GitHub Codespaces
Are you accessing code-server over a secure context?
Notes
No response
The text was updated successfully, but these errors were encountered: