chore(userspace/libc): update vscode workspace config

Add conventionalCommits.scopes with "userspace/libc"

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-02-19 18:55:28 +02:00
parent 4bb8ce6d00
commit e960f9fcc8
No known key found for this signature in database
GPG Key ID: 2EE20AF089811A5A

View File

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