update vscode yaml schemas association (#15697)
Ilya Mashchenko committed
Aug 2, 2023 at 13:58 UTC
4739bbc9a42619ab904e4d257fba0ef77ff27b5b
1 file changed
+6
-2
.vscode/settings.json
+6
-2
@@ -1,6 +1,10 @@
1
{
2
"yaml.schemas": {
3
- "./integrations/schemas/collector.json": "/metadata.yaml",
4
- "./integrations/schemas/categories.json": "/categories.yaml"
3
+ "./integrations/schemas/collector.json": "/collectors/*/metadata.yaml",
4
+ "./integrations/schemas/exporter.json": "/exporting/*/metadata.yaml",
5
+ "./integrations/schemas/notification.json": "/health/notifications/*/metadata.yaml",
6
+ "./integrations/schemas/categories.json": "/integrations/categories.yaml",
7
+ "./integrations/schemas/deploy.json": "/integrations/deploy.yaml",
8
+ "./integrations/schemas/distros.json": "/.github/data/distros.yml"
9
}
10
}