The Wayback Machine - https://web.archive.org/web/20170428052705/https://github.com/github/VisualStudio
Skip to content
C# Other
Switch branches/tags
beta-2.2.0 beta-2.2.0.1 build/appveyor-artifacts build/appveyor-fixes build/sign-with-sha256 feature/fork-sync feature/inline-reviews feature/pull-requests feature/readme-codemania feature/816-edit-pr-files feature/857-split-unit-tests features/815-merge-button fixes/disposing fixes/fix-unit-tests-for-vs2017-master-merge fixes/make-package-loading-async fixes/make-sure-remote-is-valid fixes/more-login-logs fixes/repochanged fixes/repository-list-stale fixes/tweak-cache-times fixes/usagetracker-tick-bg-thread fixes/479-clear-pr-creation-form fixes/655-providecodebase fixes/809-refactor-logins fixes/812-automation-ids fixes/885-remove-assembly-resolver fixes/901-pr-diff-wrong-version fixes/931-AutomationIDs-dupe-project-guid grokys/build-for-2017-on-2015 grokys/githubpane-refactor grokys/maintainer-workflow-diff grokys/navigation-fixes grokys/pr-checkout grokys/pr-detail grokys/repos-logging grokys/wip/ui-update-experiments jcansdale/TeamExplorer2017 jcansdale/consolidate-SharedDictionaryManagers jcansdale/improve-OpenInVS jcansdale/manifest-VS2017 jcansdale/unify-TeamFoundation master readme/experimental release-1.0 release-1.0.15.3 release-1.0.17.0 release/1.0.16.3 release/1.0.17.1 release/1.0.18 release/2.0.14.5 release/2.1.0 release/2.1.1.2 release/2.1.1.3 release/2.1.1.4-1.0-lol release/2.1.1.4 release/2.2.0.6 release/2.2.0.7 release/2.2.0.8 release/2.2.0.9 release/2.2.0.10 release/2.2.0.11 release/2.3 revert-369-fixes/360-validate-clone-directory-exists settings/add-property-events shana/cleanup-serviceprovider-some-more shana/dedup-metrics-keys shana/fix-credential-test shana/merge-pr-gist shana/testing-a-thing temp/make-some-tests-fail vs-compatibility xunit-repro
Nothing to show
Latest commit 549e5f7 Apr 27, 2017 @jcansdale jcansdale committed on GitHub Merge pull request #928 from github/fixes/926-ProvideBindingRedirection
Use ProvideBindingRedirection instead of ProvideCodeBase
Permalink
Failed to load latest commit information.
.ncrunch Ensure SharedDictionarManager doesn't return null Apr 4, 2017
docs add image descriptions to remaining docs Apr 11, 2017
documentation Updated test manifest. Feb 28, 2017
lib Use new clone API in VS2017. Feb 7, 2017
script @ 771d9f1 Don't build an `Experimental` VSIX Mar 2, 2017
scripts Fix test reporting on AppVeyor Jul 25, 2016
src Use ProvideBindingRedirection for GHfVS assemblies Apr 27, 2017
submodules Move AutomationIDs into GitHub.UI project Apr 1, 2017
test/GitHub.UI.UnitTests Fix if ( formatting Apr 19, 2017
tools/VsixUtil Add update script to reinstall extension Feb 28, 2017
.editorconfig added .editorconfig to help prevent wrong indent types Oct 28, 2016
.gitattributes Let's get this party started! Dec 12, 2014
.gitignore Merge branch 'master' into grokys/ncrunch Jan 27, 2017
.gitmodules Move AutomationIDs into GitHub.UI project Apr 1, 2017
Build-Solution.cmd Get everything building on the command line Jan 20, 2015
Build-Solution.ps1 Get a ps script going for doing public builds Dec 18, 2015
CONTRIBUTING.md Make project title Italic to draw focus. Nov 21, 2016
GitHubVS.sln Remove XamlDesign configuration completely Apr 19, 2017
GitHubVS.v3.ncrunchsolution Moved NCrunch project files to .ncrunch directory. Feb 28, 2017
ISSUE_TEMPLATE.md Fix typo and drop formatting Nov 20, 2016
LICENSE.md Merge pull request #862 from Phineas/patch-1 Feb 16, 2017
README.md add link to docs from readme Apr 11, 2017
appveyor.yml Revert "Add GitHub.VisualStudio.vsix to appveyor artifacts" Mar 6, 2017
build.cmd Add IsProductComponent/IsExperimental properties Mar 2, 2017
deploy-local.cmd Fix vsix signing (bump script submodule) Jan 19, 2016
deploy.cmd Quick helper script for creating a local release build May 11, 2015
install.cmd Add IsProductComponent/IsExperimental properties Mar 2, 2017
nuget.config Add nuget config to solution folder Mar 13, 2015
test.cmd Add `test.cmd` to run unit tests Feb 28, 2017

README.md

GitHub Extension for Visual Studio

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.

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

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

By default, building will create a VSIX with Experimental="true" and AllUsers="false" in its extension.vsixmanifest. These settings are necessary in order to easily install a standalone VSIX file. There is no need to uninstall the version previously installed via Visual Studio setup / Extensions and Updates.

The following can be executed via cmd.exe.

To build and install a Debug configuration VSIX:

build.cmd
install.cmd

To build and install a Release configuration VSIX:

set Configuration=Release
build.cmd
install.cmd

To build a VSIX that can be installed via a gallery feed on Extensions and Updates:

set Configuration=Release
set IsExperimental=false
build.cmd

Note, attempting to install IsExperimental=false builds of the VSIX is not recommended.

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

You can't perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.