GitHub Extension for Visual Studio
Перейти к файлу
Andreia Gaita 1f91261e2e Set exit codes when tests fail 2017-10-28 19:00:56 +02:00
.ncrunch Hide ncrunch warnings. 2017-10-20 11:51:03 +02:00
docs Add screenshots 2017-08-28 10:49:42 -07:00
documentation Remove manifest from this repo to move to editor tools repo 2017-09-05 10:14:27 -07:00
lib Using the same nunit console for local and appveyor and everyone... 2017-10-28 19:00:55 +02:00
script@67d3a1b912 Split build and testing and clean up the scripts to the essentials 2017-10-28 19:00:49 +02:00
scripts Set exit codes when tests fail 2017-10-28 19:00:56 +02:00
src Using the same nunit console for local and appveyor and everyone... 2017-10-28 19:00:55 +02:00
submodules Updated octokit to 0.24.0. 2017-08-01 17:21:26 +02:00
test Consolidate NSubstitute versions, add nunit console runner 2017-10-28 19:00:35 +02:00
tools Need these debugging tools too 2017-10-28 19:00:45 +02: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 Removing old files, adding dependencies, fixing appveyor 2017-10-28 19:00:34 +02:00
.gitmodules Switch to a custom nuget package of Rothko 2017-07-26 15:51:38 +02:00
CONTRIBUTING.md Make project title Italic to draw focus. 2016-11-21 12:29:50 +00:00
GitHubVS.sln Update solution links to script files 2017-10-28 19:00:40 +02:00
GitHubVS.v3.ncrunchsolution Fix ncrunch compilation. 2017-08-07 15:08:05 +02:00
ISSUE_TEMPLATE.md Fix typo and drop formatting 2016-11-20 17:44:10 +00:00
LICENSE.md Merge pull request #862 from Phineas/patch-1 2017-02-16 02:31:06 +01:00
README.md Add public signing key for public builds 2017-10-28 19:00:37 +02:00
appveyor.yml Doh 2017-10-28 19:00:52 +02:00
build.cmd Removing old files, adding dependencies, fixing appveyor 2017-10-28 19:00:34 +02:00
deploy-local.cmd Remove unused flag 2017-08-04 15:33:49 +02:00
install.cmd Removing old files, adding dependencies, fixing appveyor 2017-10-28 19:00:34 +02:00
nuget.config Add nuget config to solution folder 2015-03-12 20:58:41 -07:00
signing.snk Add public signing key for public builds 2017-10-28 19:00:37 +02:00
test.cmd Add `test.cmd` to run unit tests 2017-02-28 14:39:09 +00:00

README.md

GitHub Extension for Visual Studio

Notices

VS 2017 v15.3 users, please read

If you need to downgrade or uninstall the extension, do not use Revert in Visual Studio 2017 15.3. Instead, manually uninstall the extension with the steps listed in https://github.com/github/VisualStudio/issues/1206#issuecomment-326558902

If you have a corrupted extension cache, steps for fixing it are in https://github.com/github/VisualStudio/issues/1206#issuecomment-326053090

The Visual Studio 2017 15.3 installer has a bug that causes a corruption of the installed extensions data when you revert an installation of the extension (see also this MS issue). Until VS 2017 15.4 comes out, do not use Revert in Extensions and Updates.

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.

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

Licensed under the MIT License