Fennix/Fennix Userspace.code-workspace
2022-12-16 03:09:59 +02:00

28 lines
389 B
Plaintext

{
"folders": [
{
"path": "./Userspace"
}
],
"settings": {
"debug.allowBreakpointsEverywhere": true,
"files.associations": {
"fex.hpp": "c",
"types.h": "c",
"dlfcn.h": "c",
"aux.h": "c",
"stddef.h": "c",
"stdio.h": "c",
"syscalls.h": "c"
},
"cSpell.words": [
"auxv",
"FENNIX",
"liballoc",
"libinit",
"preinit",
"vfctprintf"
]
}
}