vscode-yaml
vscode-yaml copied to clipboard
Builtin support for YAML v1.2 merge
Currently, to have !!merge <<: *<...> not raise an error it is required to add "yaml.customTags": [ "tag:yaml.org,2002:merge"] which is not intuitive at all based on the custom tags documentation.