aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-02-18 21:31:40 -0600
committerToby Vincent <tobyv13@gmail.com>2022-02-18 21:31:40 -0600
commitdf6d914b6b215c5d8fa67071e8585bc17705d57b (patch)
tree48af8d98503670d83e0595291e6c3e32a09fa835 /.vscode
parent894ba9fd859269f5cce213d3c010ed799b1bd811 (diff)
chore: shortened conventional commit scopes
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index d9efc19..9144f69 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -2,9 +2,9 @@
"conventionalCommits.scopes": [
"zone",
"zoned",
- "zone_zfs",
- "zone_nspawn",
- "zone_core",
+ "zfs",
+ "nspawn",
+ "core",
"git"
]
} \ No newline at end of file