Warning when using template expression as values #420
Labels
accurate-yaml-validation
Fidelity of matching YAML features
Area: VsCodeExtension
bug
Something isn't working
For example:
will mark
${{ version }}
with the warningString does not match the pattern of "^[_A-Za-z0-9]*$"
.There's also
which yields
Incorrect type. Expected "object"
for${{ step }}
.The text was updated successfully, but these errors were encountered: