File tree 2 files changed +9
-1
lines changed
src/azure-pipelines-vscode-ext
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
9
### v0.2.10
2
10
- Fix syntax validation showing old errors
3
11
- Resolves an unhandled error while the extension want to dismiss the old error messages
Original file line number Diff line number Diff line change 8
8
" Programming Languages"
9
9
],
10
10
"icon" : " pipeline-rocket.png" ,
11
- "version" : " 0.2.10 " ,
11
+ "version" : " 0.2.11 " ,
12
12
"publisher" : " christopherhx" ,
13
13
"repository" : " https://github.com/ChristopherHX/runner.server" ,
14
14
"engines" : {
You can’t perform that action at this time.
0 commit comments