diff --git a/.vscode/settings.json b/.vscode/settings.json index bf073eb4..b28e8cdb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,6 +15,7 @@ "*.prompt.md": "prompt" }, "yaml.schemas": { - "./.schemas/collection.schema.json": "*.collection.yml" + "./.schemas/collection.schema.json": "*.collection.yml", + "./.schemas/tools.schema.json": "website/data/tools.yml", } }