Skip to content

Releases: microsoft/azure-pipelines-vscode

1.188.0 - BROKEN

14 Jun 17:12
Compare
Choose a tag to compare
1.188.0 - BROKEN Pre-release
Pre-release

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)

1.183.0

21 Jan 14:15
61c6e3a
Compare
Choose a tag to compare

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

1.182.0

20 Jan 19:19
5b7ae8d
Compare
Choose a tag to compare

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

1.177.0

19 Oct 18:49
71ef03a
Compare
Choose a tag to compare

1.177.0

Fixed

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

Updated

  • M176 YAML schema

1.174.2

18 Aug 16:12
44c5d7f
Compare
Choose a tag to compare

1.174.2

Fixed

  • stopped passing null to path.isAbsolute()

1.174.1

18 Aug 14:49
8e6f956
Compare
Choose a tag to compare

1.174.1

Added

  • allow relative paths to custom schema

Fixed

  • over-notification when schema changes

1.174.0

18 Aug 14:01
dff2940
Compare
Choose a tag to compare

1.174.0

Fixed

  • updated schema to M174

1.170.0

20 May 14:22
05fae9a
Compare
Choose a tag to compare

1.170.0

Added

  • Added an option to use a custom schema file

Fixed

  • updated schema to M169

1.165.1

22 Jan 20:25
22cc22b
Compare
Choose a tag to compare

1.165.1

Fixed

  • update a few dependencies

1.165.0

22 Jan 13:50
58b7181
Compare
Choose a tag to compare

1.165.0

Fixed

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