Kernel/Fennix Kernel.code-workspace
2022-10-08 04:33:53 +03:00

16 lines
219 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"debug.allowBreakpointsEverywhere": true,
"files.associations": {
"limine.h": "c",
"types.h": "c",
"binfo.h": "c",
"liballoc_1_1.h": "c"
}
}
}