Fennix/Fennix Userspace.code-workspace
EnderIce2 09d0af1ea6
refactor(userspace/libs): rename libdemo to libexample
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-03-02 22:02:02 +00:00

25 lines
509 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",
"vscode",
"userspace/apps/sys/init",
"userspace/apps/test/utest",
"userspace/libs/libm",
"devcontainer",
"userspace/libs"
]
}
}