mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-30 08:17:58 +00:00
28 lines
389 B
Plaintext
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"
|
|
]
|
|
}
|
|
}
|