Skip to content

Commit c9f9837

Browse files
Add changelog for the vscode extension
1 parent 69c8013 commit c9f9837

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

Diff for: src/azure-pipelines-vscode-ext/README.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,24 @@ npm run build
240240

241241
## Changelog
242242

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+
243261
### v0.0.11
244262

245263
- 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
275293

276294
### v0.0.6
277295
- 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

0 commit comments

Comments
 (0)