Possible to restore shelved state?
I have set LINQPad to "always shelve".
I just closed it and shortly after opened it by opening a .linq file from Windows Explorer. Unfortunately, all other queries were gone.
Is there a way to restore the shelved state?
LINQPad 8.6.6 (x64).
Comments
Most likely, OS locks are somehow still present on the session files. Wait a few seconds and restart LINQPad. In rare cases, you might need to restart the OS.
The sessions are stored in %localappdata%\LINQPad\sessions
It all came back after a reboot. Thank you so much!