GitHub Extension for Visual Studio
Перейти к файлу
Jamie Cansdale 1ba5aafc8f Handle situation when repo has moved
If user tries to open a repo dir that no longer exists, let them find and open the solution manually.
There is no need to reset the selected repo if opening solution fails.
2017-02-14 23:47:31 +00:00
documentation indent steps 2017-01-31 09:39:08 -05:00
lib Add support for Dev15 2016-03-24 17:45:33 -07:00
script@f8704366b5 Bump script submodule 2016-12-19 17:18:56 +00:00
scripts Fix test reporting on AppVeyor 2016-07-25 15:50:15 +02:00
src Handle situation when repo has moved 2017-02-14 23:47:31 +00:00
submodules Moved StartPage project into repository. 2017-01-05 00:17:23 +01:00
.editorconfig added .editorconfig to help prevent wrong indent types 2016-10-28 14:38:16 +01:00
.gitattributes Let's get this party started! 2014-12-12 10:15:45 -08:00
.gitignore wip: new Start Page, async loading, P5 support 2016-10-26 20:47:48 +02:00
.gitmodules Moved StartPage project into repository. 2017-01-05 00:17:23 +01:00
Build-Solution.cmd Get everything building on the command line 2015-01-19 18:42:04 -08:00
Build-Solution.ps1 Get a ps script going for doing public builds 2015-12-18 14:10:38 +00:00
CONTRIBUTING.md Make project title Italic to draw focus. 2016-11-21 12:29:50 +00:00
GitHubVS.sln Moved StartPage project into repository. 2017-01-05 00:17:23 +01:00
ISSUE_TEMPLATE.md Fix typo and drop formatting 2016-11-20 17:44:10 +00:00
LICENSE.md Let's get this party started! 2014-12-12 10:15:45 -08:00
README.md update copyright year 2017-01-31 23:26:52 +00:00
appveyor.yml Fix appveyor 2016-11-14 16:06:52 +01:00
build.cmd The build, it is fixed 2015-02-25 01:08:28 +01:00
deploy-local.cmd Fix vsix signing (bump script submodule) 2016-01-19 18:15:33 +01:00
deploy.cmd Quick helper script for creating a local release build 2015-05-12 00:47:26 +02:00
nuget.config Add nuget config to solution folder 2015-03-12 20:58:41 -07:00

README.md

GitHub Extension for Visual Studio

The GitHub Extension for Visual Studio provides GitHub integration in Visual Studio 2015. Most of the extension UI lives in the Team Explorer pane, which is available from the View menu.

Official builds of this extension are available at the official website.

Join the chat at freenode:github-vs Join the chat at https://gitter.im/github/VisualStudio

Installing beta versions

Older and pre-release/beta/untested versions are available at the releases page, and also via a custom gallery feed for Visual Studio.

You can configure the gallery by going to Tools / Options / Extensions and Updates and adding a new gallery with the url https://visualstudio.github.com/releases/feed.rss. The gallery will now be available from Tools / Extensions and Updates.

Beta releases will have (beta) in their title in the gallery, following the version number. You can view the release notes in the gallery by hovering over the description, or by clicking the Release Notes link on the right side.

Build requirements

  • Visual Studio 2015
  • Visual Studio SDK

Build

Clone the repository and its submodules in a git GUI client or via the command line:

git clone https://github.com/github/VisualStudio
cd VisualStudio
git submodule init
git submodule deinit script
git submodule update

Open the GitHubVS.sln solution with Visual Studio 2015. To be able to use the GitHub API, you'll need to:

More information

  • Andreia Gaita's presentation at Codemania 2016 about this extension.

Contributing

Visit the Contributor Guidelines for details on how to contribute as well as the Open Code of Conduct for details on how to participate.

Copyright 2015 - 2017 GitHub, Inc.

Licensed under the MIT License