Running the Sort JSON command against manifest containing either the pre_uninstall or post_uninstall fields may result in unintended modifications to a properly sorted manifest.
For example, running Sort JSON against bloxstrap.json moves the pre_uninstall block below autoupdate which does not adhere to the desired field order as described in CONTRIBUTING.md.
Adding these fields to the list of fields in settings.json should correct this issue.
Running the Sort JSON command against manifest containing either the
pre_uninstall
orpost_uninstall
fields may result in unintended modifications to a properly sorted manifest.For example, running Sort JSON against bloxstrap.json moves the
pre_uninstall
block belowautoupdate
which does not adhere to the desired field order as described in CONTRIBUTING.md.Adding these fields to the list of fields in settings.json should correct this issue.