vscode-yaml icon indicating copy to clipboard operation
vscode-yaml copied to clipboard

Builtin support for YAML v1.2 merge

Open danicc097 opened this issue 2 years ago • 0 comments

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.

danicc097 avatar Jul 23 '23 08:07 danicc097