summaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2024-02-08 11:40:14 +0200
committerGitHub <noreply@github.com>2024-02-08 11:40:14 +0200
commit3df554b844fcfe0b9130d6722898d41c6883e027 (patch)
treee59a63f182bc55a8ef010db7478ae281b52d6184 /.vscode
parent47c5efa2567c70f9634400891d867826341b4e62 (diff)
fix move collectors to src/ leftovers (#16967)
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.default.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/.vscode/settings.default.json b/.vscode/settings.default.json
index c610af5947..dbb49fe3c5 100644
--- a/.vscode/settings.default.json
+++ b/.vscode/settings.default.json
@@ -1,8 +1,8 @@
{
"yaml.schemas": {
- "./integrations/schemas/collector.json": "/collectors/*/metadata.yaml",
- "./integrations/schemas/exporter.json": "/exporting/*/metadata.yaml",
- "./integrations/schemas/notification.json": "/health/notifications/*/metadata.yaml",
+ "./integrations/schemas/collector.json": "/src/collectors/*/metadata.yaml",
+ "./integrations/schemas/exporter.json": "/src/exporting/*/metadata.yaml",
+ "./integrations/schemas/notification.json": "/src/health/notifications/*/metadata.yaml",
"./integrations/schemas/categories.json": "/integrations/categories.yaml",
"./integrations/schemas/deploy.json": "/integrations/deploy.yaml",
"./integrations/schemas/distros.json": "/.github/data/distros.yml"