Created
August 5, 2024 18:21
-
-
Save rrrokhtar/e96c0b126fe10f930262cb6c8dc4a4cd to your computer and use it in GitHub Desktop.
VSCode SAM yaml config
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.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