From 15b891cb660f07a14f8b1821b885919d46697853 Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Sat, 5 Oct 2024 13:42:46 -0400 Subject: fix(content): :bug: Type corrected Changed frontmatter field from deprecated layout to type. --- hinode-template.code-workspace | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hinode-template.code-workspace') 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 -- cgit v1.2.3