Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>ADO PR NotifierNew to Visual Studio Code? Get it now.
ADO PR Notifier

ADO PR Notifier

Uday Kumar Appala

|
1 install
| (0) | Free
Get Azure DevOps Pull Request notifications directly in VS Code. Review PRs, approve/reject, view diffs, add inline comments — all without leaving your editor.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ADO PR Notifier

Get Azure DevOps Pull Request notifications directly in VS Code. Be notified when you're tagged as a reviewer, mentioned in comments, or when PR status changes — and take action without leaving the editor.

Features

  • Real-time notifications — polls Azure DevOps and shows toast notifications when:
    • You are assigned as a reviewer
    • You are mentioned in a PR comment
    • A PR's status changes (merged, closed, etc.)
  • Sidebar PR list — dedicated Activity Bar panel showing all relevant PRs grouped by repository, with reviewer votes and status at a glance
  • Take action from VS Code:
    • ✅ Approve / Approve with Suggestions
    • ❌ Request Changes / Reject
    • ⏳ Wait for Author
    • 💬 Add comments, reply to threads, resolve/reactivate threads
    • 📊 View PR stats (comments, threads, iterations, files changed)
    • ✔️ Complete PR (merge, squash, rebase)
    • 🚀 Set / Cancel Auto-Complete
    • 🗑️ Abandon PR
    • 📄 View changed files
    • 🔗 Open PR in browser
  • Status bar indicator — shows unread PR notification count
  • Fully customizable — configure polling interval, notification types, and scope

Setup

  1. Install the extension
  2. Open Settings → search ADO PR Notifier
  3. Fill in:
    • Org URL: e.g. https://dev.azure.com/myorg
    • Project: your Azure DevOps project name
    • Username: your ADO email / uniqueName
  4. Sign in with your Microsoft account when prompted
  5. The extension connects automatically and starts polling

Settings

Setting Default Description
adoPrNotifier.orgUrl "" Azure DevOps organization URL
adoPrNotifier.project "" Project name
adoPrNotifier.username "" Your ADO username/email
adoPrNotifier.pollingIntervalSeconds 60 Poll interval (10–3600s)
adoPrNotifier.notificationScope reviewerOnly reviewerOnly or allActive
adoPrNotifier.showPopupNotifications true Show toast popups
adoPrNotifier.notifyReviewerAssigned true Notify on reviewer assignment
adoPrNotifier.notifyMentioned true Notify on @mentions
adoPrNotifier.notifyStatusChanges true Notify on status changes

Commands

All commands are available via the Command Palette (Ctrl+Shift+P) under the ADO PR category, and via right-click context menus on PRs in the sidebar.

Security

The extension uses VS Code's built-in Microsoft authentication (Azure AD / Entra ID SSO) to connect to Azure DevOps. No personal access tokens (PATs) are required. Credentials are managed securely by VS Code and are never transmitted anywhere except to your configured Azure DevOps organization URL.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft