Last active
February 13, 2024 01:33
-
-
Save gatheluck/5b7d0f86df2e90535434293538a7660b to your computer and use it in GitHub Desktop.
Setting of vscode
This file contains 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": [ | |
"!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