Skip to content

Instantly share code, notes, and snippets.

@andyeff
Created May 14, 2024 10:16
Show Gist options
  • Select an option

  • Save andyeff/026ee4c83dbbef43f1ee6b066cc9d257 to your computer and use it in GitHub Desktop.

Select an option

Save andyeff/026ee4c83dbbef43f1ee6b066cc9d257 to your computer and use it in GitHub Desktop.
VS code "stop moaning about my cfn yaml!"
{
"yaml.customTags": [
"!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"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment