You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to use ordered dictionaries by default. One motivating reason is that it supports round trip read and write. It also might be nice for those editing the YAML to have what is essentially a named array (instead of an array where one of the properties happens to be a name). This shows up nicely in the outline view of VS Code. Thanks!
Do this lib supports creation of an ordered map (let's say an array of tuples
[(key, val)]
) from YAML map? Do you plan to add it later?The text was updated successfully, but these errors were encountered: