Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
GitHub Extension for Visual Studio
Branch: master
Clone or download
Latest commit 4bd5541 Jun 4, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE Rename translation to localization Mar 7, 2019
.ncrunch Fix intermittent failure with libgit2sharp. Oct 18, 2018
docs Fixed typo May 4, 2019
lib
script @ 35c263c Debugging output at vsixPath Apr 29, 2019
scripts Update all VSIX versions May 1, 2019
src Using 'Add/Change Accounts' on the RepositoryCloneView Jun 4, 2019
submodules Reverting submodule update Apr 10, 2019
test Fixing tests adding test May 23, 2019
tools Setup azure pipelines without VSTest. Nov 29, 2018
.editorconfig Add new line Oct 30, 2018
.gitattributes Let's get this party started! Dec 12, 2014
.gitignore Merge branch 'master' into patch-2 Apr 16, 2019
.gitmodules Include octokit.graphql.net as a submodule. Dec 12, 2018
CODE_OF_CONDUCT.md Add Code of Conduct Nov 18, 2018
CONTRIBUTING.md Merge pull request #2063 from MrVitaly/code_of_conduct Nov 22, 2018
Directory.Build.Props Bump version to 2.10.2 May 2, 2019
GitHubVS.sln Update .vsixmanifest from GitHub.VisualStudio.Vsix Feb 7, 2019
GitHubVS.v3.ncrunchsolution Allow parallel test execution in ncrunch. Oct 18, 2018
LICENSE.md Merge pull request #862 from Phineas/patch-1 Feb 16, 2017
README.md Disabling crowdin Mar 7, 2019
appveyor.yml Bump version to 2.10.2 May 2, 2019
azure-pipelines.yml Allow tests to run on Azure Pipelines Feb 8, 2019
build.cmd Fix build/install to match README.md Nov 24, 2017
clean.cmd Back at it again with the overengineering Dec 13, 2018
codecov.yml Excluding sqlite-net from codecov reports Oct 18, 2018
deploy-local.cmd Remove unused flag Aug 4, 2017
global.json Backtrack to using 1.6.61 and ExtrasEnableWpfProjectSetup Feb 1, 2019
install.cmd Fix build/install to match README.md Nov 24, 2017
nuget.config Setup azure pipelines without VSTest. Nov 29, 2018
signingkey.snk Fix public key name Nov 2, 2017
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 and newer. 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 Build Status codecov

Follow GitHub for Visual Studio 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.

Build requirements

  • Visual Studio 2017 (15.7.4)+
  • Visual Studio SDK
  • The built VSIX will work with Visual Studio 2015 or newer

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 2017+. To be able to use the GitHub API, you'll need to:

Build using Visual Studio 2017 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

Logs

Logs can be viewed at the following location:

%LOCALAPPDATA%\GitHubVisualStudio\extension.log

Troubleshooting

If you have issues building with failures similar to:

"The type or namespace name does not exist..."

or

"Unable to find project... Check that the project reference is valid and that the project file exists."*

Close Visual Studio and run the following command to update submodules and clean your environment.

clean.cmd

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 Contributor Covenant Code of Conduct for details on how to participate.

Copyright

Copyright 2015 - 2018 GitHub, Inc.

Licensed under the MIT License

You can’t perform that action at this time.