Custom yaml tag type need to be mentioned
biswa-r-singh opened this issue · 4 comments
Please use this custom tag with its type otherwise it may not work:
"yaml.customTags": [
"!Ref",
"!Base64 mapping",
"!Cidr sequence",
"!Condition",
"!FindInMap sequence",
"!GetAtt",
"!GetAZs",
"!ImportValue",
"!Join sequence",
"!Select sequence",
"!Split sequence",
"!Sub",
"!Transform mapping",
"!Not sequence",
"!And sequence",
"!Or sequence",
"!Equals sequence",
"!If sequence"
],
"yaml.format.enable": true
There are required tags to include in user settings under YAML setup section in README - did those additional in your list proved to be required while authoring templates?
Also see redhat-developer/vscode-yaml#142
@aws-scripting-guy looks like that issue's been resolved 👍
Came here to say the same. Please update the settings snippet