Skip to content

Instantly share code, notes, and snippets.

@mca-gif
Created June 5, 2024 15:43
Show Gist options
  • Save mca-gif/da6a24576fb7a18bf507f341c19977a2 to your computer and use it in GitHub Desktop.
Save mca-gif/da6a24576fb7a18bf507f341c19977a2 to your computer and use it in GitHub Desktop.
VSCode CloudFormation Additional Yaml Custom Tags
"yaml.customTags": [
"!Base64 scalar",
"!Cidr scalar",
"!And sequence",
"!Equals sequence",
"!If sequence",
"!Not sequence",
"!Or sequence",
"!Condition scalar",
"!FindInMap sequence",
"!GetAtt scalar",
"!GetAtt sequence",
"!GetAZs scalar",
"!ImportValue scalar",
"!Join sequence",
"!Select sequence",
"!Split sequence",
"!Sub scalar",
"!Transform mapping",
"!Ref scalar",
"!Cidr sequence",
"!Sub sequence"
]
@mca-gif
Copy link
Author

mca-gif commented Jun 5, 2024

Add these to VScode's settings.json in order to support the functions CloudFormation provides.

Originally based on this comment: redhat-developer/vscode-yaml#669 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment