summaryrefslogtreecommitdiffstats
path: root/hinode-template.code-workspace
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-05 13:42:46 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-05 13:42:46 -0400
commit15b891cb660f07a14f8b1821b885919d46697853 (patch)
tree7abb938339aabfe8b5da458081f133d715fd1437 /hinode-template.code-workspace
parentf98714840077917d8e06cc1c72eb5748c9993467 (diff)
fix(content): :bug: Type corrected
Changed frontmatter field from deprecated layout to type.
Diffstat (limited to 'hinode-template.code-workspace')
-rw-r--r--hinode-template.code-workspace6
1 files changed, 5 insertions, 1 deletions
diff --git a/hinode-template.code-workspace b/hinode-template.code-workspace
index 876a149..4dd380f 100644
--- a/hinode-template.code-workspace
+++ b/hinode-template.code-workspace
@@ -4,5 +4,9 @@
"path": "."
}
],
- "settings": {}
+ "settings": {
+ "conventionalCommits.scopes": [
+ "content"
+ ]
+ }
} \ No newline at end of file