summaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorSatyadeep Ashwathnarayana <96257330+sashwathn@users.noreply.github.com>2023-07-26 23:42:42 +0530
committerGitHub <noreply@github.com>2023-07-26 19:12:42 +0100
commit364642a00d722a8b3a25e348e2d9de5499298ff6 (patch)
tree250507c0a3ac5d3265d8a14b026df5f486beb113 /.vscode
parentcca0d2649c628a9fc4b9ee4502b501c821feac8b (diff)
Added Exporter and Notifications categories and removed them from Data Collection (#15561)
* Added Exporter and Notifications categories and removed them from Data Collection --------- Co-authored-by: Andrew Maguire <andrewm4894@gmail.com>
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 5b049719df..dc772774f2 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -2,5 +2,6 @@
"yaml.schemas": {
"./integrations/schemas/collection-single-module.json": "/metadata.yaml",
"./integrations/schemas/collection-multi-module.json": "/multi_metadata.yaml",
+ "./integrations/schemas/categories.json": "/categories.yaml",
}
}