Skip to content

Instantly share code, notes, and snippets.

@gatheluck
Last active February 13, 2024 01:33
Show Gist options
  • Save gatheluck/5b7d0f86df2e90535434293538a7660b to your computer and use it in GitHub Desktop.
Save gatheluck/5b7d0f86df2e90535434293538a7660b to your computer and use it in GitHub Desktop.
Setting of vscode
{
"yaml.customTags": [
"!Ref",
"!Sub scalar",
"!Sub sequence",
"!Join sequence",
"!FindInMap sequence",
"!GetAtt scalar",
"!GetAtt sequence",
"!Base64 mapping",
"!GetAZs",
"!Select scalar",
"!Select sequence",
"!Split sequence",
"!ImportValue",
"!Condition",
"!Equals sequence",
"!And",
"!If",
"!Not",
"!Or",
"!And sequence",
"!If sequence",
"!Not sequence",
"!Equals",
"!Or sequence",
"!FindInMap",
"!Base64",
"!Join",
"!Cidr",
"!Sub",
"!GetAtt",
"!ImportValue sequence",
"!Select",
"!Split"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment