From ae7af725ffe39312a9372bcf6d492c37b167b081 Mon Sep 17 00:00:00 2001 From: Mikhail Zolotukhin Date: Mon, 1 Nov 2021 18:59:41 +0300 Subject: [PATCH] chore: add kcm and kwinscript scopes to CC --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7edbd5a0..85c440e0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "conventionalCommits.scopes": ["wayland"] + "conventionalCommits.scopes": ["kcm", "kwinscript"] }