Fennix/Fennix Userspace.code-workspace
2025-02-21 02:58:30 +02:00

23 lines
472 B
Plaintext

{
"folders": [
{
"path": "./Userspace"
}
],
"settings": {
"terminal.integrated.cwd": "../",
"debug.allowBreakpointsEverywhere": true,
"git.alwaysSignOff": true,
"git.defaultBranchName": "master",
"git.openRepositoryInParentFolders": "always",
"C_Cpp.autoAddFileAssociations": false,
"conventionalCommits.scopes": [
"userspace/libc",
"userspace/libs/libdemo",
"vscode",
"userspace/apps/sys/init",
"userspace/apps/test/utest"
]
}
}