Fennix/Userspace/apps/test/libc_test/Fennix libc_test.code-workspace
2025-01-28 11:37:10 +02:00

16 lines
299 B
Plaintext

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