GitHub Extension for Visual Studio
Перейти к файлу
Meaghan Lewis 1865cf69b9 bump version to 2.5.6 2018-08-28 09:16:50 -07:00
.ncrunch Merge branch 'master' into feature/serilog-logging 2017-10-24 15:26:53 +02:00
docs Fix broken src links in docs 2018-07-26 12:49:35 +01:00
lib Updating Octokit.GraphQL and making adjustments 2018-08-10 12:36:38 -04:00
script@5ed9b3d7bc WIP: Add fork feature. 2017-12-11 15:57:27 +01:00
scripts Revert "Merge pull request #1714 from maikebing/localization" 2018-08-22 18:00:53 +02:00
src bump version to 2.5.6 2018-08-28 09:16:50 -07:00
submodules Fix akavache submodule. 2018-08-14 14:48:58 +02:00
test Merge branch 'master' into fixes/1305-better-failures 2018-08-22 12:51:56 -07:00
tools Need these debugging tools too 2017-10-28 19:00:45 +02:00
.editorconfig
.gitattributes
.gitignore Removing old files, adding dependencies, fixing appveyor 2017-10-28 19:00:34 +02:00
.gitmodules Remove Rothko submodule. 2017-12-07 16:03:18 +01:00
CONTRIBUTING.md Grammar fixes in CONTRIBUTING.md 2018-08-03 04:04:06 +08:00
GitHubVS.sln Remove PCL akavache and splat libs. 2018-06-26 16:56:15 +02:00
GitHubVS.v3.ncrunchsolution Fix ncrunch compilation. 2017-08-07 15:08:05 +02:00
ISSUE_TEMPLATE.md Add more fields to the issue template 2018-08-17 09:48:19 -07:00
LICENSE.md
README.md Update README to include location of logs 2018-08-17 09:41:30 -07:00
appveyor.yml bump version to 2.5.6 2018-08-28 09:16:50 -07:00
build.cmd Fix build/install to match README.md 2017-11-24 17:08:13 +00:00
deploy-local.cmd
install.cmd Fix build/install to match README.md 2017-11-24 17:08:13 +00:00
nuget.config Stop NuGet from creating binding redirects when package is installed 2017-11-17 15:08:41 +00:00
signingkey.snk Fix public key name 2017-11-01 20:17:06 -07:00
test.cmd Make test.cmd execute scripts\test.ps1 2017-12-20 10:02:03 +00:00

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 2017 (15.7.4)+
  • 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 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

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

Licensed under the MIT License