From the course: Visual Studio Code: Building an Extension

How to use the exercise files - Visual Studio Code Tutorial

From the course: Visual Studio Code: Building an Extension

Start my 1-month free trial

How to use the exercise files

- [Instructor] All the files for this course are freely available as a GitHub repo at this URL. The repository is built so that there are branches for each of the videos in the course. For example, the branch titled 02_03 would show the code on chapter two and a third video in that chapter. If you see a b at the end of the name, it means that how the code looked at the beginning of the video. If you see an e at the end of the name, then that's how the code looked at the end of the video. Now if you want to, you can download any of these branches by first going to the branch and then hitting the clone or download button and either cloning the repo or hitting this download zip button. You many need to install NPM as well as Git before you do this. You can find Git at this URL and you can find Node.js here. Now when you install Git, you may want to install the Git Bash terminal which comes as part of the Git installation. Now make sure you're familiar working with Git and GitHub before taking this course. If you need more experience, do a search for learning Git and GitHub in our library. If you're comfortable with these requirements, let's get started.

Contents