If you are working on any project, check for git status. It shows deleted files. If you want to restore entire folder, use git restore folder_name/ this will restore entire folder.
Another option to restore only deleted files based on versions(or time), in vscode : ctrl shift p, then Localhistory: find entry to restore, you can choose which file you want to restore.