diff --git a/Fennix Kernel.code-workspace b/Fennix Kernel.code-workspace index 51fdeb16..61d1ae18 100644 --- a/Fennix Kernel.code-workspace +++ b/Fennix Kernel.code-workspace @@ -26,6 +26,10 @@ "git.alwaysSignOff": true, "git.defaultBranchName": "master", "git.openRepositoryInParentFolders": "always", - "C_Cpp.autoAddFileAssociations": false + "C_Cpp.autoAddFileAssociations": false, + "conventionalCommits.scopes": [ + "kernel/api", + "kernel/syscalls" + ] } -} \ No newline at end of file +}