Skip to content

Yaml

Resources

Schemas

coc-settings.json

{
    "yaml.schemas": {
        "https://raw.githubusercontent.com/awslabs/goformation/v4.18.2/schema/cloudformation.schema.json" :
        ["/*.yaml"]
    },
    "yaml.hover": true,
    "yaml.validate": true,
    "yaml.format.enable": true,
    "yaml.customTags": [
        "!Equals sequence",
        "!FindInMap sequence",
        "!GetAtt",
        "!GetAZs",
        "!ImportValue",
        "!Join sequence",
        "!Ref",
        "!Select sequence",
        "!Split sequence",
        "!Sub"
    ]
}