azure-pipelines-vscode

VS Code extension for working with Azure Pipelines YAML files

MIT License

Stars
163
Committers
25

Bot releases are visible (Hide)

azure-pipelines-vscode - 1.228.0 Latest Release

Published by azure-pipelines-bot about 1 year ago

1.228.0

Added

azure-pipelines-vscode - 1.208.0

Published by azure-pipelines-bot about 2 years ago

1.208.0

Added

  • Schema auto-detection now works for all workspaces

Fixed

  • Updated dependencies to fix security vulnerabilities

Updated

  • M206 schema
azure-pipelines-vscode - 1.205.0

Published by azure-pipelines-bot over 2 years ago

1.205.0

Fixed

  • Fixed a bug in 1.204.0 that prevented schema auto-detection from working (thanks @krokofant!)

Updated

  • All templates have been updated to use the latest versions of agents and tooling
  • M203 schema
azure-pipelines-vscode - 1.204.0

Published by azure-pipelines-bot over 2 years ago

1.204.0

Fixed

  • Fixed Configure Pipeline flow
  • Updated dependencies to fix security vulnerabilities

Updated

  • M202 schema
azure-pipelines-vscode - 1.202.0

Published by azure-pipelines-bot over 2 years ago

1.202.0

Added

  • Your organization's schema will now be auto-detected and used if your repo is hosted in Azure Repos

Fixed

  • Updated dependencies to fix security vulnerabilities

Updated

  • M200 schema
azure-pipelines-vscode - 1.195.0

Published by azure-pipelines-bot almost 3 years ago

1.195.0

Fixed

  • Emojis no longer cause validation to fail (thanks @PaulTaykalo!)
  • The "Azure Pipelines: Configure Pipeline" command should work again

Updated

  • M195 schema
azure-pipelines-vscode - 1.194.1

Published by azure-pipelines-bot almost 3 years ago

1.194.1

Fixed

  • Actually includes the changes intended for 1.194.0
azure-pipelines-vscode - 1.194.0

Published by azure-pipelines-bot almost 3 years ago

1.194.0

Fixed

  • Property autocompletion no longer adds a duplicate colon if one already exists
  • Fixed two crashes around conditional variables

Updated

  • M195 schema
azure-pipelines-vscode - 1.191.0

Published by azure-pipelines-bot about 3 years ago

1.191.0

Added

  • Supports template expressions!
    • Note: while expressions will no longer be marked as errors, there may still be some incorrect warnings.
    • Many thanks to @50Wliu for this long-awaited feature.

Updated

  • M190 schema
azure-pipelines-vscode - 1.188.1

Published by azure-pipelines-bot over 3 years ago

1.188.1

Fixed

  • Fixed regression finding default schema
azure-pipelines-vscode - 1.188.0 - BROKEN

Published by azure-pipelines-bot over 3 years ago

1.188.0

Fixed

  • Improved startup performance by 80%
  • Reduced extension size by 90%
  • Resolved several Dependabot alerts

Updated

  • M187 schema
  • azure-pipelines.customSchemaFile can now point to a remote URL, as long as it does not require authentication
  • Declared "limited" support for untrusted workspaces (all features will work except for azure-pipelines.customSchemaFile)
azure-pipelines-vscode - 1.183.0

Published by azure-pipelines-bot over 3 years ago

1.183.0

Breaking change

  • Configuration namespace has moved. If you added customSchemaFile or had keybindings to commands, you'll need to update your config. Wherever it says [azure-pipelines].thing, it should now read azure-pipelines.thing. And if you assigned a keybinding to configure-pipeline, change it to azure-pipelines.configure-pipeline instead. Sorry for the inconvenience, but this fixes several bugs and yields a better config experience. (Thanks @50Wliu!)

Fixed

  • Extension readme points to correct branch (thanks @AtOMiCNebula!)
  • Several dependabot alerts
azure-pipelines-vscode - 1.182.0

Published by azure-pipelines-bot over 3 years ago

1.182.0

All of the material changes in this version were courtesy of @50Wliu. Thanks!

Fixed

  • Improve debuggability when working on extension + language server packages
  • Removed need to prompt for extension restart on schema change
  • Document the language client implementation

Updated

  • M181 YAML schema
azure-pipelines-vscode - 1.177.0

Published by azure-pipelines-bot almost 4 years ago

1.177.0

Fixed

  • hopefully fixed some of the startup performance problems (hat tip to @50Wliu)

Updated

  • M176 YAML schema
azure-pipelines-vscode - 1.174.2

Published by azure-pipelines-bot about 4 years ago

1.174.2

Fixed

  • stopped passing null to path.isAbsolute()
azure-pipelines-vscode - 1.174.1

Published by azure-pipelines-bot about 4 years ago

1.174.1

Added

  • allow relative paths to custom schema

Fixed

  • over-notification when schema changes
azure-pipelines-vscode - 1.174.0

Published by azure-pipelines-bot about 4 years ago

1.174.0

Fixed

  • updated schema to M174
azure-pipelines-vscode - 1.170.0

Published by azure-pipelines-bot over 4 years ago

1.170.0

Added

  • Added an option to use a custom schema file

Fixed

  • updated schema to M169
azure-pipelines-vscode - 1.165.1

Published by azure-pipelines-bot over 4 years ago

1.165.1

Fixed

  • update a few dependencies
azure-pipelines-vscode - 1.165.0

Published by azure-pipelines-bot over 4 years ago

1.165.0

Fixed

  • updated schema to M163
  • editor.autoIndent setting is updated from a bool to a string