So I have been developing using the vscode.dev remote tunnels - they are great and super convenient. I wanted to know if it is possible to keep it such that the session stays open even when you get disconnected. Such that when I reconnect or reload the window (using the reload window prompt on disconnection) the session continues from where it was left off. I am working in jupyter notebooks and even a slight disconnect results in me losing the progress.
Regards