From d27f1d563135731b38db1434f9f4d2764b5a491b Mon Sep 17 00:00:00 2001
From: Michael Behrisch <m.behrisch@uu.nl>
Date: Sat, 5 Feb 2022 21:40:13 +0100
Subject: [PATCH] docs(conventionalcommit): :art: adds scopes to describe
 commit changes

Adds scopes vis-* that explain which visualization is affected by a commit
---
 .vscode/settings.json | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.vscode/settings.json b/.vscode/settings.json
index e7b9d376a..656108b48 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -13,5 +13,12 @@
   "[typescriptreact]": {
     "editor.defaultFormatter": "esbenp.prettier-vscode"
   },
-  "conventionalCommits.scopes": ["vis-rawjsonview"]
+  "conventionalCommits.scopes": [
+    "vis-rawjsonview",
+    "panels",
+    "vis-semsub",
+    "vis-nl",
+    "vis-paoh",
+    "vis-schema"
+  ]
 }
-- 
GitLab