Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Clone GitHub repository in VSCode

I'm trying to clone a GitHub repository into the newest release of VSCode (1.3.0). Can this be done natively or do I need to add an extension or additional binary?

I've also searched for a blog article and coming up empty handed so any guidance would be appreciated

Paul

like image 714
Paul B Avatar asked Jul 11 '16 13:07

Paul B


1 Answers

Starting from the 1.8 (November) update of vscode you can now clone your Git repository from within the vscode.

You can execute it from the Command Palette. Press F1 (or ++P on Mac) and search for Git: Clone. Confirm the command and paste the repository url.

like image 128
Jakub Synowiec Avatar answered Oct 05 '22 14:10

Jakub Synowiec