Fennix/Userspace/Fennix Core Utilities.code-workspace
EnderIce2 201ace7eec
refactor(userspace): build using cmake
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-03-15 23:05:17 +00:00

19 lines
376 B
Plaintext

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