From 8b040f1543a6bc59f96146a273cae22aafe01872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Signe=20Kirk=20Br=C3=B8db=C3=A6k?= Date: Mon, 7 Oct 2024 13:54:39 +0200 Subject: [PATCH] chore(devops): :sparkles: add preamble and slides to scopes --- .vscode/settings.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a560634..af5aac7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,9 +15,11 @@ ], "cSpell.language": "en,en-GB", "conventionalCommits.scopes": [ - "devops", - "sessions", - "exercises", - "appendix", + "devops", + "sessions", + "exercises", + "appendix", + "preamble", + "slides" ], } \ No newline at end of file