You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right, VS Code stores that information in browser storage so going
incognito will wipe all of that.
If I recall correctly there was some effort made to patch VS Code
so it would store it on the remote instead (as it once used to)
but it was non-trivial. PRs to patch it are welcome though.
Another angle might be to submit an issue upstream to see if they
have any interest in at least making this optional as it affects
their Codespaces product as well.
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.1Steps to Reproduce
Expected
Should show the files I had open and the layout the same.
Actual
see just the welcome screen, no open files, no terminal open, even after loading the workspace or visiting it directly via url.
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code or GitHub Codespaces?
Are you accessing code-server over HTTPS?
Notes
Seems to remember the files/layout when within the same chrome session -- so is it only saving that data local rather than in a server held JSON?
The text was updated successfully, but these errors were encountered: