mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
35 lines
508 B
Plaintext
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"
|
|
]
|
|
}
|
|
}
|