1

I couldn't find a concise step-by-step tutorial to integrate Visual Studio Code with github.com and I'm struggling with this.

This is what I did:

  • I installed Visual Studio Code (VSC)
  • Within VSC I installed two extensions: GitHub 0.30.3 and GitHub Pull Requests 0.13.0
  • I tried to configure the github.com remote site in VSC, all I could find here is that there's a githubPullRequests.hosts entry, but no place to put a user/password.

Can the complete setup happen inside VSC or there's something that needs to be done with a git command? How to make VSC aware of a repository in github.com ?

4
  • Visual Studio Code will allow you to handle git repos out of the box, without extensions. What sort of integration do you want? Commented Jan 8, 2020 at 5:55
  • This article seems to have a lot of information: code.visualstudio.com/blogs/2018/09/10/… Commented Jan 8, 2020 at 6:00
  • @oyvind Thanks for the article, but it doesn't talk about configuration, specifically how to set gitbub's user and password in VSC. Commented Jan 8, 2020 at 13:26
  • This video has the answer youtube.com/watch?v=9cMWR-EGFuY Commented Jan 8, 2020 at 13:57

1 Answer 1

1

This might help. From add remote repository from github (v1.46 release notes):

You can now easily add a GitHub repository as a remote to your local repositories using the Git: Add Remote... command.

add remote github repository

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.