From 8686215ad14cac88b66ed5a2f82495075f3c593b Mon Sep 17 00:00:00 2001 From: Bill Church Date: Fri, 19 Jul 2024 13:19:54 +0000 Subject: [PATCH] docs: :memo: add conventional commits extension --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6598507..4603d9d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -29,7 +29,8 @@ "esbenp.prettier-vscode", "rvest.vs-code-prettier-eslint", "bierner.markdown-mermaid", - "stylelint.vscode-stylelint" + "stylelint.vscode-stylelint", + "vivaxy.vscode-conventional-commits" ] } },