Skip to content

Visual Studio Team Services Build features directly in Visual Studio Code

License

Notifications You must be signed in to change notification settings

Davilink/vscode-vsts-build-status

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Studio Team Services Build Extension for Visual Studio Code

Work with your Visual Studio Team Services builds directly in Visual Studio Code!

Features:

  • Select a build definition to monitor, and a status indicator will be visible in the status bar
  • View build logs
  • Stream build logs for running builds
  • Open builds in browser
  • Queue new builds

Screenshot-1 Screenshot-2 Screenshot-3 Screenshot-4

The status bar icon will become visible when the necessary settings are provided (see Configuration). A selected build definition in a specific workspace will be selected automatically the next time you open that workspace.

Configuration

The extension is enabled by providing the following settings (user or workspace):

{
    "vsts.password": "mypersonalaccesstoken",
    "vsts.account": "myaccount",
    "vsts.project": "myproject"
}

License

MIT, please see LICENSE for details. Copyright (c) 2016 Jeppe Andersen.

About

Visual Studio Team Services Build features directly in Visual Studio Code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%