An open API service indexing awesome lists of open source software.

https://github.com/airizom/vscode-pull-requests-azure-devops

A VSCode pull request extension for Azure Devops
https://github.com/airizom/vscode-pull-requests-azure-devops

azure-devops code-review pull-requests typescript vscode vscode-extension

Last synced: 12 months ago
JSON representation

A VSCode pull request extension for Azure Devops

Awesome Lists containing this project

README

          

# vscode-pull-requests-azure-devops README

A VSCode pull request extension for Azure Devops (Beta)

This extension is currently in beta and does not contain all features.
It is actively being worked on and probably contains numerous bugs. Use at your own risk.

## Features

- View pull requests created in your Azure Devops Projects
- Review pull requests, make comments
- Add and remove reviewers
- Set vote status
- Add/Remove Work Items
- Set pull request status

## Requirements

Must have access to an Azure Devops Organization and ability to create an access token.

## Extension Settings

You will be prompted for the following settings when the extension is first launched.

- `vscode-pull-requests-azure-devops.collection`: The url of Azure Devops Organization ex: https://dev.azure.com/myOrganization
- `vscode-pull-requests-azure-devops.access-token`: Personal Access token used for authorization. Found at https://dev.azure.com/myOrganization/_usersSettings/tokens
- `vscode-pull-requests-azure-devops.project`: The project within the Organization to use.
- `vscode-pull-requests-azure-devops.repo`: The Repository to get pull requests from.

## Known Issues

This is still in beta and has numerous bugs and incomplete features.