From 28c0480b8bfa6b24394095f57c36ef89c9aeb566 Mon Sep 17 00:00:00 2001 From: Leifer Mendez Date: Thu, 1 Dec 2022 18:39:49 +0100 Subject: [PATCH] fix(fix): fix --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0c36bdf..2d8c005 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "conventionalCommits.scopes": ["hook"] + "conventionalCommits.scopes": ["hook", "contributing"] }