VSCode has Github built in itself but I am not able to configure it. I tried it’s documentation but didn’t found anything helpful. Do I need to install any extension to do so?
2 Answers
Here is the useful extension for VSCode, which I using now. It is simple to install & use, also has a good documentation.
UPDATE Also, there by the link is the setup guide.
2 Comments
madflow
Thanks for the tip - I do not believe that this is an "official" extension though.
severus256
@madflow yes, my mistake about 'official', but it is useful :) answer corrected.
Just clone your repo and open the directory in VS Code, the editor will take care of the rest.
Else you could run the git init command in the directory you'd like to use (on the command line/terminal) and open the directory in VS Code.
1 Comment
madflow
That will give you Git support.