GitHub Extension for Visual Studio
Перейти к файлу
Andreia Gaita ecf259c18d Make sure files are regenerated on build when the json changes 2016-02-25 15:10:12 +01:00
documentation Update manifest to add 2FA testing 2016-01-21 17:04:24 -07:00
lib Make sure files are regenerated on build when the json changes 2016-02-25 15:10:12 +01:00
script@3ff5bf3db4 Bump script submodule to pick up msi sign fix 2016-01-19 19:01:11 +01:00
src Make sure files are regenerated on build when the json changes 2016-02-25 15:10:12 +01:00
submodules Bump reactiveui to catch No Winforms kthxbai fix 2016-02-22 17:41:00 +01:00
.gitattributes Let's get this party started! 2014-12-12 10:15:45 -08:00
.gitignore Merge pull request #226 from github/ignore-ncrunch 2016-02-23 22:56:01 +01:00
.gitmodules Add ci build scripts 2015-07-21 18:17:13 -07: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 Add link to build instructions 2015-07-31 11:58:34 -05:00
GitHubVS.sln Make the xaml designer work 2016-02-23 15:11:37 +01:00
LICENSE.md Let's get this party started! 2014-12-12 10:15:45 -08:00
README.md Add more VS gallery instructions 2016-01-19 20:13:31 +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 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:

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 GitHub, Inc.

Licensed under the MIT License