/vscode-extension-azure-devops

Tools to integrate VSCode with Azure

Primary LanguageTypeScript

vscode-extension-azure-devops

The main objective of this project is to provide a good integration between Azure Devops and VSCode.

Features

  • 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

Extension Settings

  • azure-devops.enable: enable/disable this extension

Commands

  • Azure-Devops: Login: login to azure devops to initialize all the functions
  • Azure-Devops: Create Pull Request: creates a pull request from the current branch to the selected target branch
  • Azure-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

How to build?

https://code.visualstudio.com/api/working-with-extensions/publishing-extension

vsce package