Replies: 2 comments
-
@amunger lost all of the work that was in IW. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had code working in an interactive session. There was a lot of state and several task queues. At some point my VSCode window got very slow and stuck, so I did Reloaded Window. My kernel got killed and all my state was lost. It was really hard to recover from this data loss. I wish there was a way to prevent VSCode from killing running kernels. |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
(edited for discussion)
We don't currently persist anything in an Interactive Window between VS Code sessions, but is that something that users expect? Hot exit and auto-save features are pretty pervasive through the product (even a python terminal will come back up in the same state after a reload), so should the IW follow suit, or does it stand out as ephemeral?
Taken from #6460
What is the meaning of hot exit, and why does it exist?
Beta Was this translation helpful? Give feedback.
All reactions