Fennix/Userspace/apps/test/libc_test/Fennix libc_test.code-workspace
EnderIce2 2ae18af9a0
feat(userspace/apps/test/libc_test): add more tests
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-02-19 18:53:54 +02:00

19 lines
373 B
Plaintext

{
"folders": [
{
"path": "./"
}
],
"settings": {
"terminal.integrated.cwd": "./",
"debug.allowBreakpointsEverywhere": true,
"git.alwaysSignOff": true,
"git.defaultBranchName": "master",
"git.openRepositoryInParentFolders": "always",
"C_Cpp.autoAddFileAssociations": false,
"conventionalCommits.scopes": [
"userspace/apps/test/libc_test"
]
}
}