chore(vscode): add conventional commit scopes for kernel

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-02-21 02:38:52 +02:00
parent 2c2e7d9de3
commit fbe4b94805
No known key found for this signature in database
GPG Key ID: 2EE20AF089811A5A

View File

@ -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"
]
}
}