DemoVaultCoverageChecker.findCommittedAppJsonSettings method
DemoVaultCoverageChecker › findCommittedAppJsonSettings
Finds the.obsidian/app.json settings the vault commits that obsidian-dev-utils owns and writes into the archived vault itself. A committed one is a second copy of a setting nothing reconciles, and it is the copy that goes stale — so the convention is that the vault commits none of them.Signature:
findCommittedAppJsonSettings(): string[]Returns: string[] — The names of the owned settings the committed app.json sets. A vault that commits no app.json at all is fine, and yields none.