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 +}