Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Azure DevOps RelayNew to Visual Studio Code? Get it now.
Azure DevOps Relay

Azure DevOps Relay

semick-dev

|
1 install
| (0) | Free
An Azure DevOps interface.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Azure DevOps Relay

An Azure DevOps interface that allows easy access to build artifacts and task details.

Demo

Azure DevOps Relay interface

Video Link:

What It Does

  • Loads Azure DevOps projects from a target organization URL
  • Browses build definitions and recent builds
  • Opens build details, timeline records, and task logs
  • Downloads large logs idempotently instead of forcing inline loads. If you click a task, don't worry about the "oh crap now my vscode will crash."
  • Downloads build artifacts to a local folder
  • Caches data locally for faster repeat access, allows easy cache popping at will

UI Flow

  1. Install semick-dev.ado-relay.
  2. Set environment variable ADO_TOKEN to ADO pat with at least Build:Read before starting code.
  3. Open the Azure DevOps Relay activity bar view.
  4. Enter the target Azure DevOps organization URL and load projects.
  5. Choose a project and open its definitions or artifacts view.
  6. Select a definition to inspect recent builds.
  7. Open a build to inspect timeline steps, task logs, and artifacts.

Notes

  • ADO_TOKEN must be present in the VS Code environment for Azure DevOps requests to succeed.
  • Large task logs are gated behind an idempotent download action. Repated clicks will simply load previous download.
  • Contributor and local debugging instructions live in CONTRIBUTING.md.

Data Storage

Azure DevOps Relay usually stores its local raw data under VS Code's extension globalStorageUri, rooted at:

  • .relay/cache/ for cached API responses
  • .relay/build/<buildId>/ for build-specific data such as timestamps, downloaded logs, timeline data, artifact metadata, and related cached files

The exact parent location depends on your VS Code platform/profile, but the extension-managed data is typically organized under a .relay folder inside the extension's global storage area.

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