C# C C++ Other
Switch branches/tags
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= .ncrunch Merge branch 'master' into feature/serilog-logging Oct 24, 2017
carview.php?tsp= docs Tweak layout Apr 20, 2018
carview.php?tsp= lib Update octokit.graphql to 0.0.2. Apr 4, 2018
carview.php?tsp= script @ 5ed9b3d WIP: Add fork feature. Dec 11, 2017
carview.php?tsp= scripts Remove AppVeyor references from test script Jan 29, 2018
carview.php?tsp= src Removing stray private May 31, 2018
carview.php?tsp= submodules Updated akavache again. May 16, 2018
carview.php?tsp= test Updating Resource May 30, 2018
carview.php?tsp= tools Need these debugging tools too Oct 28, 2017
carview.php?tsp= .editorconfig added .editorconfig to help prevent wrong indent types Oct 28, 2016
carview.php?tsp= .gitattributes Let's get this party started! Dec 12, 2014
carview.php?tsp= .gitignore Removing old files, adding dependencies, fixing appveyor Oct 28, 2017
carview.php?tsp= .gitmodules Remove Rothko submodule. Dec 7, 2017
carview.php?tsp= CONTRIBUTING.md CONTRIBUTING: note license. Feb 16, 2018
carview.php?tsp= GitHubVS.sln Reverting unintentional changes May 4, 2018
carview.php?tsp= GitHubVS.v3.ncrunchsolution Fix ncrunch compilation. Aug 7, 2017
carview.php?tsp= ISSUE_TEMPLATE.md Remove double space in issue template Nov 24, 2017
carview.php?tsp= LICENSE.md Merge pull request #862 from Phineas/patch-1 Feb 16, 2017
carview.php?tsp= README.md Whitespace change. Feb 15, 2018
carview.php?tsp= appveyor.yml bump version to 2.5.3 May 18, 2018
carview.php?tsp= build.cmd Fix build/install to match README.md Nov 24, 2017
carview.php?tsp= deploy-local.cmd Remove unused flag Aug 4, 2017
carview.php?tsp= install.cmd Fix build/install to match README.md Nov 24, 2017
carview.php?tsp= nuget.config Stop NuGet from creating binding redirects when package is installed Nov 17, 2017
carview.php?tsp= signingkey.snk Fix public key name Nov 2, 2017
carview.php?tsp= test.cmd Make test.cmd execute scripts\test.ps1 Dec 20, 2017

README.md

GitHub Extension for Visual Studio

Notices

If you are having issues with the installer, please read

If you need to upgrade, downgrade, or uninstall the extension, and are having problems doing so, refer to this issue: https://github.com/github/VisualStudio/issues/1394 which details common problems and solutions when using the installer.

The location of the submodules has changed as of 31-01-2017

If you have an existing clone, make sure to run git submodule sync to update your local clone with the new locations for the submodules.

About

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.

Build status

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

Documentation

Visit the documentation for details on how to use the features in the GitHub Extension for Visual Studio.

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:

Build using Visual Studio 2015 or:

build.cmd

Install in live (non-Experimental) instances of Visual Studio 2015 and 2017:

install.cmd

Note, the script will only install in one instance of Visual Studio 2017 (Enterprise, Professional or Community).

Build Flavors

The following can be executed via cmd.exe.

To build and install a Debug configuration VSIX:

build.cmd Debug
install.cmd Debug

To build and install a Release configuration VSIX:

build.cmd Release
install.cmd Release

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

Copyright 2015 - 2017 GitHub, Inc.

Licensed under the MIT License