How to Restore a deleted folder in the Visual Studio Code Recycle Bin Windows

2.1k Views Asked by At

I'm working in an angular project using Vscode , by mistake i deleted a folder component that contains 3 files one html file and 2 ts files and the folder is deleted also from my Recycle Bin. im trying to recover the folder for 2 days I installed 3 software for file recovery and I couldn't find my folder it's very strange no recovery software can find this deleted folder. can you please help me? I'm using Windows and I didn't use Git in this project.

thanks in advance

1

There are 1 best solutions below

0
On

For VSCode

Deleted files may be recover from below directory. In directory all files have formatted name.

C:\Users\{YourUserName}\AppData\Roaming\Code\User\History

As an example, if old file's name was mycode.c and you could see your code in f0s8242 file. So you should open all files and read which is the same as old code.