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
If you make use of an alias which has no corresponding anchor, this extension used to provide an error (version 0.23 and before).
Since version 1.0 and beyond, no error is generated.
Expected Behavior
An error should be listed in the 'Problems' window.
Version 0.23:
Current Behavior
No error is generated.
Steps to Reproduce
Set yaml.yamlVersion to 1.1.
Create a yaml file with the following content:
bar: *barbaz:
<<: *baz
Environment
Windows
Mac
Linux
other (please specify)
The text was updated successfully, but these errors were encountered:
Till 0.23.0 we used js-yaml and from version 1.0.0 we replaced with yaml npm. As no schema is enforced, it may not detect any errors and it simply parsed as string.
Describe the bug
If you make use of an alias which has no corresponding anchor, this extension used to provide an error (version 0.23 and before).
Since version 1.0 and beyond, no error is generated.
Expected Behavior
An error should be listed in the 'Problems' window.
Version 0.23:
Current Behavior
No error is generated.
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: