Streamline your development workflow with Azure DevOps work items, time tracking, and Git integration directly in VS Code. Perfect for teams using Azure DevOps Services or DevOps Server (on-premises).
Get Help:
- Copy logs:
Azure DevOps Integration: Copy Logs to Clipboard - Open an issue on GitHub
Watch the complete workflow: Initialization β Work item queries β List and Kanban views with smooth transitions and native VS Code theming.
- Smart Queries: Built-in filters (My Activity, Assigned to Me, Current Sprint, All Active, Recently Updated)
- Custom WIQL: Write your own queries with full WIQL syntax support
- Dual Views: Toggle between detailed list and visual Kanban board views
- Work Item Actions: Edit, open in browser, create branches, and start timers directly from work items
- Smart Timer: Start/stop timer for work items with real-time elapsed time display
- Timer Persistence: Timer state persists across VS Code restarts
- Work Item Association: Timer automatically links to selected work item
- Visual Indicators: Timer status shown on work item cards
- Branch Creation: Generate branches from work items with customizable naming templates
- Automatic Linking: Created branches are automatically linked to work items
- Smart Templates: Configure branch naming patterns (e.g.,
feature/{id}-{title})
- Microsoft Entra ID: Secure OAuth 2.0 device code flow with automatic token refresh
- Personal Access Tokens: Traditional PAT support with secure storage in VS Code secret store
- On-Premises Support: Full compatibility with Azure DevOps Server
- Connection Management: Switch between multiple organizations/projects seamlessly
- Status Indicators: Visual authentication status in status bar
- Dual Views: Toggle between detailed list and visual Kanban board
- Keyboard Navigation: Essential shortcuts (r for refresh, v for view toggle, / for search)
- Accessibility: ARIA support and keyboard navigation
- Native VS Code Theming: Automatically adapts to your VS Code theme
This extension handles your data with enterprise-grade security. For complete details on authentication, data access, and runtime security, see our Security & Trust Notice.
From VS Code Marketplace:
- Open Extensions view (
Ctrl+Shift+X) - Search "Azure DevOps Integration"
- Click Install
Quick Install via Command Palette:
- Press
Ctrl+P(Cmd+P on macOS) - Type:
ext install PluresLLC.azure-devops-integration-extension
Easy Setup Wizard (Recommended):
- Open Command Palette (
Ctrl+Shift+P) - Run:
Azure DevOps Integration: Setup Wizard (Easy) - Paste any work item URL from your Azure DevOps
- Choose authentication method:
- Microsoft Entra ID (OAuth) - Modern, secure, no tokens to manage
- Personal Access Token - Traditional approach
The wizard auto-detects your organization, project, and server type!
For On-Premises: The extension fully supports Azure DevOps Server. Just use a work item URL from your server (e.g., https://myserver/DefaultCollection/MyProject/_workitems/edit/123)
- Click the Azure DevOps icon in the Activity Bar
- Browse work items with built-in queries or create custom WIQL
- Start timers, create branches, and manage work items directly in VS Code
This extension is built with modern, reactive architecture principles:
- Praxis Logic Engine v1.2.0: Type-safe, reactive state management with event-driven updates
- Svelte 5: Modern reactive UI framework with universal reactivity (runes)
- Unified Integration: Official Praxis Svelte integration for optimal performance
- Type-Safe: Full TypeScript support with compile-time safety
The extension uses the Praxis framework v1.2.0 for state management, providing:
- Event-driven updates: No polling overhead, instant reactivity
- Type-safe rules: Compile-time validation of state transitions
- Reactive subscriptions: Proper Svelte store integration via unified integration
- Better performance: Eliminated polling, reduced CPU usage
- Framework-agnostic reactivity: Proxy-based reactive engine available for Node.js-only code paths
- Enhanced Svelte 5 support: Native runes integration with history/undo-redo capabilities
v1.2.0 Features (All Implemented β ):
- Unified ESM/CJS builds with proper type definitions
- Framework-agnostic reactive engine for non-Svelte environments
- Enhanced Svelte 5 runes support with history/undo-redo
- Logic engine refinements with typed registry and step diagnostics
- Optimized derived stores using
createDerivedStorefor better performance - History/undo-redo with UI controls for time-travel debugging
- Framework-agnostic engine wrapper for Node.js-only code paths
For developers:
- Praxis Unified Integration Documentation - Technical details
- Praxis v1.2.0 Enhancements - Implemented features
- History Engine Testing & Debugging Plan - Advanced testing and debugging capabilities
- Build Integration - How tests run automatically in builds
- Testing Examples Guide - Example test scenarios
- Vitest Plugin Guide - Custom matchers and auto-features
- Test Generation Guide - Generate tests from history
- Performance Profiling - Performance analysis dashboard
Perfect for Azure DevOps Services (cloud):
- β No token management - OAuth 2.0 handles everything
- β Auto-refresh - Never worry about expired tokens
- β Status bar indicator - See token status at a glance
- β One-click reconnect - Easy reauthorization when needed
Required for on-premises, available for cloud:
Minimum required scopes:
- Work Items (Read & Write)
- User Profile (Read)
- Team (Read)
- Code (Read & Write) - for Git integration
- Build (Read) - for future features
Generate at: Azure DevOps β User Settings β Security β Personal Access Tokens
Note: On-premises Azure DevOps Server only supports PAT authentication. The setup wizard automatically detects this and guides you accordingly.
Setup & Connection:
Azure DevOps Integration: Setup Wizard (Easy)- Guided setup with URL parsingAzure DevOps Integration: Sign In with Microsoft Entra ID- OAuth authenticationAzure DevOps Integration: Setup or Manage Connections- Manage connections
Daily Workflow:
Azure DevOps Integration: Show Work Items- Open main viewAzure DevOps Integration: Start/Stop Timer- Toggle time trackingAzure DevOps Integration: Create Branch from Work Item- Git integrationAzure DevOps Integration: Toggle Kanban View- Switch view modesAzure DevOps Integration: Refresh Work Items- Refresh data
π‘ Pro Tip: Press
Ctrl+Shift+Pand type "Azure DevOps" to see all available commands
Key Settings (Optional):
π Security: Tokens are stored securely in VS Code's secret store, never in settings files.
Having issues?
-
Check Debug Logs:
- Enable: Set
azureDevOpsIntegration.debugLoggingtotrue - View: Command Palette β
Azure DevOps Integration: Open Logs
- Enable: Set
-
Common Solutions:
- Empty work items: Verify PAT scopes and organization/project settings
- Timer issues: Confirm a work item is selected
- Git integration: Ensure PAT has Code (Read & Write) permissions
- Authentication issues: Check status bar indicator and use "Sign In" command if needed
-
Get Help:
- Copy logs:
Azure DevOps Integration: Copy Logs to Clipboard - Open an issue on GitHub
- Copy logs:
- Marketplace Page - Install and reviews
- Security & Trust - Security practices and data handling
- Architecture Guide - Technical details and CI testing
- Release Notes - Latest features and fixes
- GitHub Repository - Source code and issues
A standalone desktop application is available in apps/app-desktop/ that brings the same Azure DevOps integration to Windows, macOS, and Linux as a native application powered by Tauri.
Key Features:
- Same FSM architecture and business logic as VS Code extension
- Native desktop experience with no VS Code dependency
- Cross-platform: Windows, macOS, Linux
- Secure credential storage
- Work items, time tracking, and more
Get Started:
cd apps/app-desktop
npm install
npm run tauri devSee apps/app-desktop/GETTING_STARTED.md for detailed instructions.
Contributions welcome! Please open an issue for substantial changes. Built with TypeScript, Svelte, and ESBuild following VS Code extension best practices.
This repository includes comprehensive GitHub Copilot instructions to help AI coding assistants understand our architecture and development workflow.
Quick Development:
npm run build # Build extension
npm run test # Run tests
npm run test:integration # Integration tests (temporarily disabled)Release Process: Releases are fully automated using GitHub Actions. Use conventional commits (feat:, fix:, etc.) and releases happen automatically when merged to main. See docs/RELEASE_PROCESS.md for details.
License: MIT License - see LICENSE
Attribution: See NOTICE for third-party licenses
Security: Read our Security & Trust Notice for data handling details
Enjoy streamlined Azure DevOps integration! π
Feedback and feature requests are always welcome.
- Architecture, security notes, and CI testing details: see docs/ARCHITECTURE.md.
- What's new: see CHANGELOG for the latest features and fixes.

{ // Git templates "azureDevOpsIntegration.branchNameTemplate": "feature/{id}-{title}", // Debugging "azureDevOpsIntegration.debugLogging": false, }