aws-scripting-guy / cform-VSCode

CloudFormation extension for Visual Studio Code
86 stars 36 forks source link

Custom yaml tag type need to be mentioned #22

Open biswa-r-singh opened 5 years ago

biswa-r-singh commented 5 years ago

Please use this custom tag with its type otherwise it may not work:

"yaml.customTags": [ "!Ref", "!Base64 mapping", "!Cidr sequence", "!Condition", "!FindInMap sequence", "!GetAtt", "!GetAZs", "!ImportValue", "!Join sequence", "!Select sequence", "!Split sequence", "!Sub", "!Transform mapping", "!Not sequence", "!And sequence", "!Or sequence", "!Equals sequence", "!If sequence" ], "yaml.format.enable": true

aws-scripting-guy commented 5 years ago

There are required tags to include in user settings under YAML setup section in README - did those additional in your list proved to be required while authoring templates?

aws-scripting-guy commented 5 years ago

Also see https://github.com/redhat-developer/vscode-yaml/issues/142

smiller171 commented 5 years ago

@aws-scripting-guy looks like that issue's been resolved 👍

JensRoland commented 3 years ago

Came here to say the same. Please update the settings snippet