sanjar-notes / swe-tools

Software engineering culture and tools
0 stars 0 forks source link

vscode files cache location (for recovery) #8

Open sanjarcode opened 11 months ago

sanjarcode commented 11 months ago

Context

I have used this many times to get unsaved stuff back. Examples:

Locations

What to do

  1. grep something you can remember uniquely about the file, or browse naively.
  2. Copy the folder somewhere safe, as the cache may invalidated anytime.
  3. Open the folder using an editor and global search, vscode is fine too :)