You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
file__0.localstorage
file in file__0.zipThe text was updated successfully, but these errors were encountered: