diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-05 13:42:46 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-05 13:42:46 -0400 |
| commit | 15b891cb660f07a14f8b1821b885919d46697853 (patch) | |
| tree | 7abb938339aabfe8b5da458081f133d715fd1437 /hinode-template.code-workspace | |
| parent | f98714840077917d8e06cc1c72eb5748c9993467 (diff) | |
fix(content): :bug: Type corrected
Changed frontmatter field from deprecated layout to type.
Diffstat (limited to '')
| -rw-r--r-- | hinode-template.code-workspace | 6 |
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 |
