Skip to content

Commit c809188

Browse files
feat: add JSON schema for Aider version 0.82 (#4692)
* feat: add JSON schema for Aider version 0.82 * fixup! feat: add JSON schema for Aider version 0.82 * fixup! fixup! feat: add JSON schema for Aider version 0.82 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7d692e7 commit c809188

File tree

2 files changed

+611
-0
lines changed

2 files changed

+611
-0
lines changed

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8021,6 +8021,12 @@
80218021
"description": "Taplo configuration file",
80228022
"fileMatch": [".taplo.toml", "taplo.toml"],
80238023
"url": "https://json.schemastore.org/taplo.json"
8024+
},
8025+
{
8026+
"name": "Aider",
8027+
"description": "Aider configuration file",
8028+
"fileMatch": [".aider.conf.yml"],
8029+
"url": "https://json.schemastore.org/aider-0.82.json"
80248030
}
80258031
]
80268032
}

0 commit comments

Comments
 (0)