From e960f9fcc8f15c5ab6a8c8b44000bdba976a1e9c Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Wed, 19 Feb 2025 18:55:28 +0200 Subject: [PATCH] chore(userspace/libc): update vscode workspace config Add conventionalCommits.scopes with "userspace/libc" Signed-off-by: EnderIce2 --- Fennix Userspace.code-workspace | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Fennix Userspace.code-workspace b/Fennix Userspace.code-workspace index 6df54d37..e7da1c72 100644 --- a/Fennix Userspace.code-workspace +++ b/Fennix Userspace.code-workspace @@ -10,6 +10,9 @@ "git.alwaysSignOff": true, "git.defaultBranchName": "master", "git.openRepositoryInParentFolders": "always", - "C_Cpp.autoAddFileAssociations": false + "C_Cpp.autoAddFileAssociations": false, + "conventionalCommits.scopes": [ + "userspace/libc" + ] } -} \ No newline at end of file +}