Created
September 5, 2022 10:32
-
-
Save sansmoraxz/4b1f2713988326f3e558ba72e3167967 to your computer and use it in GitHub Desktop.
VSCode settings for AWS cloudformation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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