vscode-remote-release icon indicating copy to clipboard operation
vscode-remote-release copied to clipboard

vscode-server serve-local does not persist configuration / settings across browser sessions

Open ahmadnassri opened this issue 1 year ago • 2 comments

  • VSCode Version: 1.69.2
  • Local OS Version: Windows / Chrome
  • Remote OS Version: Docker
  • Remote Extension/Connection Type: Server

I'm running the new vscode-server preview on my local machine / docker:

dbus-run-session -- sh -c "(echo $VSCODE_KEYRING_PASS | gnome-keyring-daemon --unlock) && code-server serve-local --disable-telemetry --without-connection-token --host 0.0.0.0"

I've noticed that each browser instance (e.g. different profiles on chrome) is generating a new configuration ...

I'm persisting my .vscode-server folder, which keeps all the extensions installed, but seemingly the settings are not the same when switching browser instances, or restarting the docker container... all the relevant settings are seemingly stored in browser storage.

is there a way to persist (server-side) user configuration and (logged in state to Settings Sync) across restarts and different browsers?

ahmadnassri avatar Aug 02 '22 22:08 ahmadnassri

@connor4312 @tanhakabir I've seen a few folks mention this.

bamurtaugh avatar Aug 08 '22 21:08 bamurtaugh

Your observation is correct, each browser/browser profile behaves like a separate machine and you need to connect to settings sync to share settings.

aeschli avatar Aug 22 '22 14:08 aeschli

This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!

VSCodeTriageBot avatar Dec 07 '22 15:12 VSCodeTriageBot