File tree 1 file changed +19
-1
lines changed
src/azure-pipelines-vscode-ext
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -240,6 +240,24 @@ npm run build
240
240
241
241
# # Changelog
242
242
243
+ # ## v0.0.13
244
+ - Only ask on the first run of a watch task for required inputs and repositories
245
+ - Allow using / passing undeclared parameters using old template syntax
246
+ - Resolve null error when assigning an expression to the variables key directly
247
+
248
+ # ## v0.0.12 (Prerelease)
249
+ - Update errors while typing (no longer required to save the change)
250
+ - Improve error reporting
251
+ - Validate syntax of runtime expressions before trying to run the final pipeline (`$[ ... ]`)
252
+ - Validate dependency tree of jobs before trying to run the final pipeline
253
+ - ` stages.*.jobs.*.continueOnError` work with runtime expressions
254
+ - Resolve Installing the Azure Pipelines Tools Extension in a clean Desktop Session requires restart
255
+ - by incuding a node version of the extension
256
+ - Error Highlighting of yaml syntax errors with range information
257
+ - Fire ondidclose for non watching tasks to make the task show as completed
258
+ - invalid stage and job is not reported as error
259
+ - Fix Azure Pipelines Tools won't work without open a folder
260
+
243
261
# ## v0.0.11
244
262
245
263
- Lazy load .net wasm Dependencies as soon as you really use the extension by a command / task or debug adapter
@@ -275,4 +293,4 @@ npm run build
275
293
276
294
# ## v0.0.6
277
295
- Fix handling of required parameters of type number
278
- - Add an Azure Pipelines Debug Adapter for pipeline specfic configurations and watching for file changes
296
+ - Add an Azure Pipelines Debug Adapter for pipeline specfic configurations and watching for file changes
You can’t perform that action at this time.
0 commit comments