Open
Description
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser: Chrome
- Local OS: Windows
- Remote OS: RedHat
- Remote Architecture: amd64
code-server --version
: 4.96.2
Steps to Reproduce
- Create a profile on browser A and switch to it
- Open a different browser B
- See remote .local/share/code-server/User/profiles folder is empty.
Expected
Do not delete profile data on the remote and sync/init from it when visited from another browser.
Actual
Profiles are getting deleted on each different browser.
Logs
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
I did not test native VS Code
Does this bug reproduce in GitHub Codespaces?
I did not test GitHub Codespaces
Are you accessing code-server over a secure context?
- I am using a secure context.
Notes
code-server is running in a container with unix socket configuration and accessed over nginx that runs on another container.