Configuring for vscode support

This commit is contained in:
Aaron Powell
2026-01-29 13:50:11 +11:00
parent c8d342cc62
commit e9f2018ece

View File

@@ -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",
}
}