Fennix/Fennix Userspace.code-workspace
2023-02-19 01:54:45 +02:00

35 lines
508 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",
"ipc.h": "c",
"sysbase.h": "c"
},
"cSpell.words": [
"auxv",
"cmpq",
"FENNIX",
"Krnl",
"liballoc",
"libinit",
"preinit",
"vfctprintf"
]
}
}