Skip to content
GitHub Pull Requests for Visual Studio Code
Branch: master
Clone or download
queerviolet Merge pull request #1096 from microsoft/qv/react
Render the overview page with React
Latest commit 1d7cff2 May 8, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE Add GitHub issue templates Sep 4, 2018
.readme Update README (#1031) Mar 7, 2019
.vscode do not touch settings Jan 23, 2019
documentation/images add preview to readme, correct folder position Jun 15, 2018
preview-src Fix removing reviewers. May 7, 2019
resources/icons Detecting if the server will return the user avatar and using a place… Apr 17, 2019
src Merge branch 'master' into qv/react May 8, 2019
.gitignore Read extension id from constants. Nov 9, 2018
.vscodeignore Fixes #503, Do not ship development time files Sep 19, 2018
CHANGELOG.md Update changelog Apr 17, 2019
LICENSE Minor indentation fixes (#549) Oct 5, 2018
README.md Update README (#1031) Mar 7, 2019
ThirdPartyNotices.txt Add ssh-config to ThirdPartyNotices Oct 31, 2018
ci.js Read extension id from constants. Nov 9, 2018
gulpfile.js Add gulpfile Jun 22, 2018
package.json Merge branch 'master' into qv/react May 8, 2019
package.nls.json
test.sh Fix tests (#960) Mar 4, 2019
tsconfig.json Fix tests (#960) Mar 4, 2019
tslint.json Minor indentation fixes (#549) Oct 5, 2018
webpack.config.js Merge remote-tracking branch 'origin/master' into rebornix/vsls Jan 23, 2019
yarn.lock Merge branch 'master' into qv/react May 8, 2019

README.md

Review and manage your GitHub pull requests directly in VS Code

This extension allows you to review and manage GitHub pull requests in Visual Studio Code. The support includes:

  • Authenticating and connecting VS Code to GitHub.
  • Listing and browsing PRs from within VS Code.
  • Reviewing PRs from within VS Code with in-editor commenting.
  • Validating PRs from within VS Code with easy checkouts.
  • Terminal integration that enables UI and CLIs to co-exist.

Demo

Getting Started

It's easy to get started with GitHub Pull Requests for Visual Studio Code. Simply follow these steps to get started.

  1. Make sure you have VSCode version 1.27.0 or higher.
  2. Download the extension from the marketplace.
  3. Reload VS Code after the installation (click the reload button next to the extension).
  4. Open your desired GitHub repository.
  5. If you're using version 0.5.0 of the extension or higher, a new viewlet should be added to the bottom of the activity bar. For older versions, the GitHub Pull Requests treeview will appear in the SCM Viewlet.
  6. You may need to configure the githubPullRequests.remotes setting, by default the extension will look for PRs for origin and upstream. If you have different remotes, add them to the remotes list.
  7. A notification should appear asking you to sign in to GitHub; follow the directions to authenticate.
  8. You should be good to go!

Issues

This extension is still in development, so please refer to our issue tracker for known issues, and please contribute with additional information if you encounter an issue yourself.

Questions? Authentication? GitHub Enterprise?

See our wiki for our FAQ.

Contributing

If you're interested in contributing, or want to explore the source code of this extension yourself, see our contributing guide, which includes:

You can’t perform that action at this time.