зеркало из https://github.com/github/VisualStudio.git
47a4034910
It was a bit hidden away in the Contributing guidelines. |
||
---|---|---|
lib | ||
src | ||
submodules | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
Build-Solution.cmd | ||
Build-Solution.ps1 | ||
CONTRIBUTING.md | ||
GitHubVS.msbuild | ||
GitHubVS.sln | ||
LICENSE.md | ||
README.md | ||
build.cmd | ||
deploy.cmd | ||
nuget.config |
README.md
GitHub Extension for Visual Studio
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 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 git@github.com:github/VisualStudio
cd VisualStudio
git submodule update --init
Open the GitHubVS.sln
solution with Visual Studio 2015.
To be able to use the GitHub API, you'll need to:
- Register a new developer application in your profile.
- Open src/GitHub.App/Api/ApiClientConfiguration.cs and fill out the clientId/clientSecret fields for your application.
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 GitHub, Inc.
Licensed under the MIT License