The main objective of this project is to provide a good integration between Azure Devops and VSCode.
- Login to Azure DevOps using PAT
- Create Pull Request on Azure DevOps
- Manual refresh Pull Request List from Azure DevOps
- List pending Pull Requests created by you
- List pending Pull Requests assigned to you (requires your approval/attention)
- List all pending Pull Requests of your projects/repositories
- Auto-reload the lists described before
- Notificate when someone creates a new pull request
azure-devops.enable
: enable/disable this extension
Azure-Devops: Login
: login to azure devops to initialize all the functionsAzure-Devops: Create Pull Request
: creates a pull request from the current branch to the selected target branchAzure-Devops: Reload Pull Request List
: creates a pull request from the current branch to the selected target branch
Visual Studio Code Extension API Guide https://code.visualstudio.com/api
https://code.visualstudio.com/api/working-with-extensions/publishing-extension
vsce package