Skip to content

Instantly share code, notes, and snippets.

@sansmoraxz
Created September 5, 2022 10:32
Show Gist options
  • Save sansmoraxz/4b1f2713988326f3e558ba72e3167967 to your computer and use it in GitHub Desktop.
Save sansmoraxz/4b1f2713988326f3e558ba72e3167967 to your computer and use it in GitHub Desktop.
VSCode settings for AWS cloudformation
{
"yaml.schemas": {
"https://raw.githubusercontent.com/awslabs/goformation/master/schema/cloudformation.schema.json": "cloudformations/*-cloudformation.yaml"
},
// Custom tags for the parser to use
"yaml.customTags": [
"!Equals sequence",
"!FindInMap sequence",
"!GetAtt",
"!GetAZs",
"!ImportValue",
"!Join sequence",
"!Ref",
"!Select sequence",
"!Split sequence",
"!Sub"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment