kestra-io / vscode-kestra

VSCode extension to bring Kestra's autocompletion to your IDE
Apache License 2.0
10 stars 0 forks source link

Allow templating syntax #7

Closed aballiet closed 5 months ago

aballiet commented 10 months ago

Currently if we use some templating within YAML, VSCode extension / parser shows errrors :

image
anna-geller commented 5 months ago

looks like this will be possible with the new TemplatedTask :)

https://github.com/kestra-io/kestra/pull/3191