Files
Fennix/Userspace/apps/test/libc_test/Fennix libc_test.code-workspace
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"
]
}
}