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
Describe the bug
Changing the YAML list order causes sr-* entry duplication.
To Reproduce
Add a new YAML entry at the bottom of the metadata list.
Expected behavior
The plugin should replace all sr-* entries by search & replace, not expecting the entries to be at the bottom.
Additional context
I am using a linter to sort YAML key order, which causes this issue.
Regardless of linting or not, one has to keep in mind to be careful about the metadata entries they're adding. Otherwise, it would cause duplicate entries for this plugin, which could be avoided with a search & replace or a completely different approach, as #162.
The text was updated successfully, but these errors were encountered:
Describe the bug
Changing the YAML list order causes sr-* entry duplication.
To Reproduce
Add a new YAML entry at the bottom of the metadata list.
Expected behavior
The plugin should replace all sr-* entries by search & replace, not expecting the entries to be at the bottom.
Additional context
I am using a linter to sort YAML key order, which causes this issue.
Regardless of linting or not, one has to keep in mind to be careful about the metadata entries they're adding. Otherwise, it would cause duplicate entries for this plugin, which could be avoided with a search & replace or a completely different approach, as #162.
The text was updated successfully, but these errors were encountered: