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
- Host: GitHub
- URL: https://github.com/airizom/vscode-pull-requests-azure-devops
- Owner: Airizom
- License: mit
- Created: 2020-04-14T23:56:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T15:32:41.000Z (over 3 years ago)
- Last Synced: 2025-05-03T19:02:20.554Z (about 1 year ago)
- Topics: azure-devops, code-review, pull-requests, typescript, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 135 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.