Skip to content

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

Closed
ray-bun opened this issue May 6, 2019 · 5 comments
Closed

Save opened session? #652

ray-bun opened this issue May 6, 2019 · 5 comments
Labels
enhancement Some improvement that isn't a feature

Comments

@ray-bun
Copy link

ray-bun commented May 6, 2019

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

@ray-bun ray-bun changed the title Save session opened session? Save opened session? May 6, 2019
@nol166
Copy link
Contributor

nol166 commented May 6, 2019

It isn't possible currently but this would be cool to add. Mind if I throw the feature tag on this one?

@nol166 nol166 added enhancement Some improvement that isn't a feature and removed question labels May 6, 2019
@hillsdong
Copy link

Great Feature!

@zpon
Copy link

zpon commented Jun 21, 2019

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.

@hgw77
Copy link

hgw77 commented Jul 11, 2019

is there anything new here? can see the same behavior like @zpon

@deansheather
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Some improvement that isn't a feature
Projects
None yet
Development

No branches or pull requests

6 participants