Add Missing Custom YAML Tags
See original GitHub issueThe previous issue – #66 – was caused missing custom tags. The following value for yaml.customTag
setting allows for yaml.validate
to be enable
for CloudFormation template. I will update this issue if I find others.
"yaml.customTags": [
"!fn",
"!And",
"!And sequence",
"!If",
"!If sequence",
"!Not",
"!Not sequence",
"!Equals",
"!Equals sequence",
"!Or",
"!Or sequence",
"!FindInMap",
"!FindInMap sequence",
"!Base64",
"!Join",
"!Join sequence",
"!Cidr",
"!Ref",
"!Sub",
"!Sub sequence",
"!GetAtt",
"!GetAZs",
"!ImportValue",
"!ImportValue sequence",
"!Select",
"!Select sequence",
"!Split",
"!Split sequence"
],
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Add Missing Custom YAML Tags · Issue #69 - GitHub
The previous issue -- #66 -- was caused missing custom tags. The following value for yaml.customTag setting allows for yaml.validate to be ...
Read more >Overriding from_yaml to add custom YAML tag - Stack Overflow
Subclassing YAMLObject is an easy way to define tags, constructors, and representers for your classes. You only need to override the yaml_tag ......
Read more >Custom YAML data types - GitHub Pages
Specifying tag for every color can be tedious. D:YAML can implicitly resolve scalar tags using regular expressions. This is how default types are...
Read more >Assigning Tags - Datadog Docs
The Agent configuration file ( datadog.yaml ) is used to set host tags which apply to all metrics, traces, and logs forwarded by...
Read more >Configuration of your builds with .gitlab-ci.yml - Perforce
GitLab CI allows you to add variables to .gitlab-ci.yml that are set in the build ... tags, no, Defines a list of tags...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Updating for the fix that help me. I removed the Ansible extension and this extension started working as expected.
Left that one by mistake. It can remove it.