Releases: microsoft/azure-pipelines-vscode
Releases · microsoft/azure-pipelines-vscode
1.188.0 - BROKEN
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
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 readazure-pipelines.thing
. And if you assigned a keybinding toconfigure-pipeline
, change it toazure-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
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
1.177.0
Fixed
- hopefully fixed some of the startup performance problems (hat tip to @50Wliu)
Updated
- M176 YAML schema
1.174.2
1.174.2
Fixed
- stopped passing null to
path.isAbsolute()
1.174.1
1.174.1
Added
- allow relative paths to custom schema
Fixed
- over-notification when schema changes
1.174.0
1.174.0
Fixed
- updated schema to M174
1.170.0
1.170.0
Added
- Added an option to use a custom schema file
Fixed
- updated schema to M169
1.165.1
1.165.1
Fixed
- update a few dependencies
1.165.0
1.165.0
Fixed
- updated schema to M163
- editor.autoIndent setting is updated from a bool to a string