Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Asynchronous Programming with JavaScript Asynchronous JavaScript with Callbacks Async Programming and Callback Functions

Using VS Code, Downloaded files show up as DS_STORE Files?

Hi All,

I thought I would try and follow along using VS Code just to get used to using something other than Workspaces. I am on a PC, and I downloaded the files and unzipped them. I then tried to open them into VS Code from the file manager and they seemed to load, but I think I've missed a step somewhere, as the file type says DS_Store? And when I open the file on VS Code I get symbols?

Tim Oltman
Tim Oltman
7,730 Points

DS_Store is created for Apple computers. You can just ignore it or delete it.

The actual files for the project are broken up into various subdirectories. Each lesson/video has a directory that starts with a number (e.g. 2-async-programming-and-callback-functions/). In VS Code you should open the "start" directory. Then if you want to check your code against their solution you can open the "final" directory which contains the final code.

I hope that helps.

Good luck!

1 Answer

HI Tim,

Thank you for the advice, once I went back and clicked on the start directory, the code opened just fine. Now I had tried to import the whole project file into VS Code, surely that would have loaded the start directory as well?