Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LawrenceHwang/426707e0128e0636de4851fa44ade1b8 to your computer and use it in GitHub Desktop.
Save LawrenceHwang/426707e0128e0636de4851fa44ade1b8 to your computer and use it in GitHub Desktop.
These custom tags adds the CloudFormation yaml shorthands tags in the VSCode.
{
"yaml.customTags": [
"!And",
"!Cidr",
"!Equals sequence",
"!Equals",
"!FindInMap sequence",
"!GetAtt",
"!GetAZs",
"!ImportValue",
"!Join sequence",
"!Not",
"!Or",
"!Ref",
"!Select sequence",
"!Split sequence",
"!Sub"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment