25094 Forks
144021 Stars
144021 Watchers

How to download and setup vscode

Open terminal and run command
git clone https://github.com/microsoft/vscode.git
git clone is used to create a copy or clone of vscode repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with vscode https://github.com/microsoft/vscode/archive/master.zip

Or simply clone vscode with SSH
[email protected]:microsoft/vscode.git

If you have some problems with vscode

You may open issue on vscode support forum (system) here: https://github.com/microsoft/vscode/issues