Fennix/Fennix Userspace.code-workspace
2022-12-07 17:08:15 +02:00

19 lines
235 B
Plaintext

{
"folders": [
{
"path": "./Userspace"
}
],
"settings": {
"debug.allowBreakpointsEverywhere": true,
"files.associations": {
"fex.hpp": "c",
"types.h": "c"
},
"cSpell.words": [
"FENNIX",
"preinit"
]
}
}