-
Notifications
You must be signed in to change notification settings - Fork 6k
Save opened session? #652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It isn't possible currently but this would be cool to add. Mind if I throw the feature tag on this one? |
Great Feature! |
This would be great. It seems like some state is saved sometimes, i.e. I usually see some files open when i reopen the editor. But it is always the same files that are shown and rarely files from the last session. |
is there anything new here? can see the same behavior like @zpon |
This is a known issue regarding service workers. We've changed some code that was running in the main thread to run in a service worker thread for better performance, but service workers unfourtunately cannot access localStorage, which is where we were storing session details. Closing this in favor of #801 which has more information. |
Hi, Is it possible to save opened session before closing? Example, if I'm working on file A and have terminal open with virtualenv etc.. if I close the browser, reopen url it would then directed me to the welcome screen instead of my last session.
Thanks
The text was updated successfully, but these errors were encountered: