I had a debugging session with a script accessed via the Remote Desktop network redirector (\\tsclient\s\...)
On the next day, I was unable to debug another (local) script, because the Debug Adapter would (apparently) try to restore breakpoints on the other (network) script, and the network location was no longer available.
In order to recover from that situation, I had to close VSCode, delete the file__0.localstorage SQLite database file, and start VSCode again.
Attached: