How is state maintained across browsers for same code-server Instance ? #4185
Unanswered
abhay-ranawat
asked this question in
Q&A
Replies: 3 comments 7 replies
|
Good question! @TeffenEllis any ideas on what we might have changed here? (Or rather VS Code might have changed) |
5 replies
|
I’m guessing this is due to Microsoft’s migration towards Settings Sync for UI state in addition to the typical editor preferences. I’m not yet certain how much they’ve changed, but I suspect we can resolve this behavior in our next release. |
0 replies
|
Hi all, many thanks to topic starter. I also would like to maintain state across browsers and this issue causes lots' of problems to me. Looking at the source I found this : If anyone has a temporary workaround, I would be glad to know about it! Thanks! |
2 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.
Before v1.60 there was a folder named
statein~/.local/share/code-server/User/state, but after the update the folder is missing, and I have to perform the same actions across browsers as if it was a new installation.So, how can I maintain the same stated across browsers from server side.
All reactions