mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-27 15:04:31 +00:00
23 lines
284 B
Plaintext
23 lines
284 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "./Lynx"
|
|
}
|
|
],
|
|
"settings": {
|
|
"debug.allowBreakpointsEverywhere": true,
|
|
"files.associations": {
|
|
"*.su": "tsv",
|
|
"limine.h": "c"
|
|
},
|
|
"cSpell.words": [
|
|
"Bootloader",
|
|
"COMNULL",
|
|
"CPUID",
|
|
"FENNIX",
|
|
"JMPREL",
|
|
"UBSAN"
|
|
]
|
|
}
|
|
}
|