Fennix/Fennix Userspace.code-workspace
EnderIce2 aab84cd3ab
chore(devcontainer): rename dev container (libc_test)
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-02-26 23:04:57 +00:00

25 lines
517 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",
"userspace/libs/libm",
"devcontainer"
]
}
}