chore(vscode): add 'kernel' scope to conventional commits

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-02-24 02:10:14 +02:00
parent a2ce579a61
commit 3f2584ac09
No known key found for this signature in database
GPG Key ID: 2EE20AF089811A5A

View File

@ -30,7 +30,8 @@
"conventionalCommits.scopes": [ "conventionalCommits.scopes": [
"kernel/api", "kernel/api",
"kernel/syscalls", "kernel/syscalls",
"vscode" "vscode",
"kernel"
] ]
} }
} }