Fennix/Fennix Userspace.code-workspace
2023-01-04 06:49:07 +02:00

32 lines
459 B
Plaintext

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