Skip to content

Commit 5e5ebcc

Browse files
Bump vscode ext release from 0.3.2 to 0.3.3 (#636)
1 parent d748595 commit 5e5ebcc

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

src/azure-pipelines-vscode-ext/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### v0.3.3
2+
- default values are no longer requested to match v0.2.x
3+
- enable the new setting if you want to change default parameters
4+
- support stringList with default values and multiple choice with preselected items
5+
- fix yaml processing bugs of each mapping insertion
6+
- fix yaml processing bugs of each in dependsOn due to schema checks
7+
- many changes of the preview releases
8+
19
### v0.3.2 (Preview)
210
- remove additional space caused by export task as Cli Command
311
- fix saving a single untitled pipeline file from browser broke syntax checker due to invalid uri joining

src/azure-pipelines-vscode-ext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"Programming Languages"
99
],
1010
"icon": "pipeline-rocket.png",
11-
"version": "0.3.2",
11+
"version": "0.3.3",
1212
"publisher": "christopherhx",
1313
"repository": "https://github.com/ChristopherHX/runner.server",
1414
"engines": {

0 commit comments

Comments
 (0)