From the course: Visual Studio Code Productivity Tips
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
How to access the sample code on GitHub
From the course: Visual Studio Code Productivity Tips
How to access the sample code on GitHub
- [Instructor] During this course, I'll show code examples in some of the videos. To ensure that the code is up to date, I have the sample code here on GitHub. It's at this URL for the LearnItLabs organization. If you want to follow along, you'll need to clone this repo to your computer. I'll show you how to clone it with the Visual Studio Code Git tools, but this repo can be cloned using whatever Git tools you prefer. First step is to copy the URL. I've got Visual Studio Code open on the left side of the screen, and I've also got my repository folder on the right side of the screen in Windows Explorer. So, we can see the folder created when I make the clone. I'll click on Visual Studio Code and press F1 to open the command bar and type in Git:Clone. If you don't see Git:Clone in the command bar, that usually means you don't have Git installed on your local computer. The solution for this in Visual Studio Code is to click on the source control tab on the left side of the screen…