open-source-labs / SvelteStorm

SvelteStorm is an open-source IDE with a built-in Debugging window for viewing and debugging your Svelte project in real-time
MIT License
1.02k stars 114 forks source link

Is there a way to store snapshots of my application for usage in a later session or do snapshots get deleted permanently when the IDE is closed? #88

Open conniewu1 opened 1 year ago

8-ryan-8 commented 1 year ago

Currently, there isn’t a way to persist application snapshots from session to session. The snapshot cache gets cleared once the window is exited. However, that is a great idea, and we will keep that in mind!