Skip to content

Commit 4711984

Browse files
azp: vscode ext bump Version to v0.2.11 (#570)
1 parent 52f9c76 commit 4711984

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### v0.2.11 (Preview)
2+
- add iif and trim docs
3+
- Now auto complete and hover should show correct content
4+
- fix links to docs and variables text
5+
- hide directive auto complete within one (block style)
6+
- Report Expr Syntax Errors as Fatal again in if / each body
7+
- clear errors if disable-auto-syntax-check is on
8+
19
### v0.2.10
210
- Fix syntax validation showing old errors
311
- Resolves an unhandled error while the extension want to dismiss the old error messages

Diff for: src/azure-pipelines-vscode-ext/package.json

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

0 commit comments

Comments
 (0)