Azure / azure-functions-vscode-web

The VS Code for the Web experience for Azure Functions starting from the Azure Portal
Other
0 stars 3 forks source link

Unexpected empty state upon reconnection #18

Closed bamurtaugh closed 2 months ago

bamurtaugh commented 2 months ago

I let my session go idle for a few hours, so then I needed to reconnect.

Upon reconnecting, my project is gone. I suppose this is expected since it's somewhat of an ephemeral session, but I would've loved to get a warning early on (maybe in the getting started walkthrough)? Is there any way to block this loss of connection and loss of data?

Additionally, it's a bit confusing that I'm still brought to the end of the getting started walkthrough, even though I have no project code to save anymore.

Image

EvanR-Dev commented 2 months ago

Unfortunately there isn't a way for VS Code to programatically reset walkthroughs. This is tracked here: https://github.com/microsoft/vscode/issues/212819