Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.14 KB

File metadata and controls

36 lines (21 loc) · 1.14 KB

Active Pull Requests

A VSTS extension for showing a list of all active pull requests for chosen projects with features such as sorting, filtering, and much more.

alt text

After installing, open an Azure DevOps project and go to Repos -> Active Pull Requests.

Where to find Active Pull Requests in Repos

Dependencies

  • Node v18 (run nvm use in project root if using nvm)

Install

npm install
npm start

Building the sample project

npm run build # or build:dev

This produces a .vsix file which can be uploaded to the Visual Studio Marketplace

Publishing

npm run publish-extension-release # or publish-extension-dev

This automatically publishes to the Visual Studio Marketplace

Contributing

This project welcomes contributions and suggestions. Please see CONTRIBUTING.md.

Problems?

Blank page in development

Visit https://0.0.0.0:3000 in your browser and bypass the certficate issue and then reload the extension page.