diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:57:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:57:58 +0000 |
commit | be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97 (patch) | |
tree | 9754ff1ca740f6346cf8483ec915d4054bc5da2d /.vscode | |
parent | Initial commit. (diff) | |
download | netdata-5efc5e06000ce889ea2653d549c1aa6d7ed83a59.tar.xz netdata-5efc5e06000ce889ea2653d549c1aa6d7ed83a59.zip |
Adding upstream version 1.44.3.upstream/1.44.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.default.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.vscode/settings.default.json b/.vscode/settings.default.json new file mode 100644 index 00000000..c610af59 --- /dev/null +++ b/.vscode/settings.default.json @@ -0,0 +1,10 @@ +{ + "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/categories.json": "/integrations/categories.yaml", + "./integrations/schemas/deploy.json": "/integrations/deploy.yaml", + "./integrations/schemas/distros.json": "/.github/data/distros.yml" + } +} |