How to recover unsaved file (Visual Studio Code)?

my VSC crash without saving how to get back the code ? already tested appdata\roaming\code\backup i dont found the file

1 Answer

If you don't have backups, look in the Recycle Bin for possibly finding a deleted version of the file.

You could also set Windows Explorer toshow hidden filesand look in the folder where the file was last located. You may find there a version of it with a mangled name.

Look also in the temporary files folder (if in doubt run in the Command Prompt the command set TEMP).

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like