Skip to content

Profiles and portability #6922

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

Closed
SonahtQ opened this issue Jan 27, 2024 · 2 comments
Closed

Profiles and portability #6922

SonahtQ opened this issue Jan 27, 2024 · 2 comments
Labels
duplicate enhancement Some improvement that isn't a feature feature New user visible feature

Comments

@SonahtQ
Copy link

SonahtQ commented Jan 27, 2024

I am writing to propose an enhancement for code-server. I've noticed that user profiles in code-server are saved in the browser's localStorage. This approach limits the profiles accessibility across different devices.

Given that code-server is essentially a server-based implementation of VSCode, it would be immensely beneficial to have profiles stored on the server side. This change would allow users to retain their profiles regardless of the device or browser they are using to access code-server.

To elaborate, when a user configures a profile and adjusts settings in settings.json on one device, these changes are not reflected when the same user accesses code-server from a different machine, because each device currently has his own, separated profile list.

Thank you for considering this request. I am looking forward to any updates regarding this potential enhancement.

Best regards,

@cdr-bot cdr-bot bot added the feature New user visible feature label Jan 27, 2024
@matifali
Copy link
Member

matifali commented Jan 29, 2024

It looks like a good enhancement if it's possible to store these on the workspace instead of the browser.

It's probably an issue for coder/code-server though.

@stirby stirby transferred this issue from coder/coder Jul 26, 2024
@coder-labeler coder-labeler bot added the enhancement Some improvement that isn't a feature label Jul 26, 2024
@code-asher
Copy link
Member

Duplicate of #4212.

I agree with the idea, and I remember trying to patch VS Code to store state in the remote but ran into some issues. I will go ahead and close this as a duplicate and re-open the other. I do not think we have plans to work on this but a PR is welcome. Possibly implementation could be done as an extension, which would be even better (fewer patches to maintain).

@code-asher code-asher closed this as not planned Won't fix, can't repro, duplicate, stale Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate enhancement Some improvement that isn't a feature feature New user visible feature
Projects
None yet
Development

No branches or pull requests

3 participants