Skip to content

Instantly share code, notes, and snippets.

@datacustodian
Created January 24, 2019 15:27
Show Gist options
  • Save datacustodian/279c1c4516efa1a3011fd422c406bbc5 to your computer and use it in GitHub Desktop.
Save datacustodian/279c1c4516efa1a3011fd422c406bbc5 to your computer and use it in GitHub Desktop.
VS Code Source Control Integration

VS Code Source Control Integration

Visual Studio Code is a popular and feature-rich IDE: https://code.visualstudio.com/

During the initial setup for source control (SCM) integration, especially in Mac OS X, you might encounter a "no source control providers" error.

Solution

After you verified that Git is installed on your system, use the command line to clone/check out a Git project. Then use VS Code to open the folder containing the Git project. SCM will be integrated magically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment