Azuro is a Visual Studio Code extension that allows you to view and manage your Azure DevOps tasks directly from your editor. Stay focused on your code while keeping track of your assigned tasks.
Features
View Tasks: Displays a list of active tasks from your Azure DevOps project in the Azuro explorer view.
Task Details: Shows the Task ID, Title, and current State (e.g., To Do, In Progress).
Refresh: Easily refresh the task list to get the latest updates from Azure DevOps.
Requirements
To use this extension, you need:
An Azure DevOps account.
An active Organization and Project.
A Personal Access Token (PAT) with Work Items (Read) access.
Extension Settings
This extension contributes the following settings:
Setting
Description
Example
azuro.orgUrl
The URL of your Azure DevOps Organization.
https://dev.azure.com/myorg
azuro.project
The name of your Azure DevOps Project.
MyProject
azuro.pat
Your Personal Access Token.
your_pat_token
How to Use
Install the Azuro extension.
Open VS Code Settings (Cmd+, or Ctrl+,).
Search for Azuro.
Enter your Organization URL, Project Name, and PAT.
Open the Azuro view in the Activity Bar (look for the Azuro icon).
You should see your active tasks listed.
Click the Refresh button in the view title to update the list manually.