VSCodeTriageBot / testissues

Clone of the vscode issue stream.
39 stars 23 forks source link

Problem set not showing up in file explorer and I can't access it in Codespaces #45645

Open ScarDamage opened 2 months ago

ScarDamage commented 2 months ago

Hello, I am trying to do week 5's problem set but when I download the .zip file it doesn't show up in the file explorer and the same even if I unzip it. I can access speller.c by using cd speller (which it allows me to do fine) then code speller.c but none of the other files seem to work for some reason. I have restarted plenty of times, I have refreshed, I have rebuilt and I have redownloaded it like 3 or 4 times. I would love some help as nothing I find online is working, I am probably just stupid though. image_2024-06-05_201310603

ScarDamage commented 2 months ago

I have fixed the problem, I just was not downloading the problem set into my workspaces directory, which is the one shown in my file explorer. I just had to do cd / to get to my root directory and then cd workspaces/_workspacesnumber_/ and then download it and it would show up and everything would work fine. Interestingly I can not open my workspaces directory when in my home directory (cd), I can only do it in my root directory (cd /). It was not like this before but after I updated it, the home directory was not my workspaces directory anymore. I hope if someone else runs into this problem this would help.