Automatically resolve Azure DevOps PR threads from specific reviewers.
Features
- Tree View — Browse all repos in your project, see active PRs, and view unresolved threads from your reviewers. Resolve inline or bulk-resolve per PR.
- Resolve by PR ID — Pick a repo, enter a PR number, and resolve all matching threads at once.
- Reviewer Filtering — Only resolves threads posted by users you specify in settings.
- Dry-Run Mode — Preview what would be resolved without making changes.
Usage
- Set your Azure DevOps credentials in VS Code settings.
- Open the Explorer sidebar → Azure PR Resolver panel.
- Expand repos → PRs → threads.
- Click the Resolve button on any thread, or Resolve All on a PR.
Command Palette
Ctrl+Shift+P → Azure PR: Resolve by PR ID
- Select a repository.
- Enter the PR number.
- Matching threads are resolved automatically.
Required Settings (azurePrResolver.*)
| Setting |
Description |
organization |
Azure DevOps organization name |
project |
Azure DevOps project name |
personalAccessToken |
Azure DevOps PAT with Code read/write scope |
allowedAuthors |
Array of display names whose threads to resolve |
Optional Settings
| Setting |
Default |
Description |
dryRun |
true |
When enabled, logs what would be resolved without making changes |
Commands
| Command |
Title |
azurePrResolver.refresh |
Azure PR: Refresh |
azurePrResolver.resolveThread |
Azure PR: Resolve Thread |
azurePrResolver.resolveAllInPR |
Azure PR: Resolve All Threads in PR |
azurePrResolver.resolveByPRId |
Azure PR: Resolve by PR ID |
| |