How to Sync Server-Side Settings to Browser (Following #6546) #7500
Replies: 2 comments
-
We have no feature to sync server-side settings, to the browser or anywhere else. Usually I think people keep the server-side settings checked into git or something and they clone it when they spin up a new server. All devices accessing this same server will have the same settings, so there is no need to sync in that regard. But, keep in mind that some things are not stored on the server, like credentials. Those are stored in the browser. There is currently no way to sync those to other browsers. |
Beta Was this translation helpful? Give feedback.
0 replies
-
ok, thanks alot! |
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 team,
I checked issue #6546 and my need is the same: as a personal user, I want to use code-server across devices like VS Code, and sync server-side settings directly to the browser.
But I don’t understand how to actually do this now. Could someone guide me? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions