What worked for me:
Find the path of the folder - in my case it was inC:\Users\username\OneDrive\GitHub...
To change it:
- Close VS Studio
- Cut/copy the folder from the directory it's in
- Paste into the folder into the directory you want it toExample: C:\Users\username\Desktop\GitHub\CS50...
- Open up VS Code and it will prompt you to Find a folder (or such) for your Explorer
- Click into the parent folder within the directory and opening the parent folder should open the subsequent children folders with your code.
Every file should open up as long as you open up the parent folder to the smaller directories.
Hope this helps.-Gorillana