Fennix/Fennix Lynx.code-workspace
2023-04-21 19:04:49 +03:00

20 lines
246 B
Plaintext

{
"folders": [
{
"path": "./Lynx"
}
],
"settings": {
"debug.allowBreakpointsEverywhere": true,
"files.associations": {
"*.su": "tsv",
"limine.h": "c"
},
"cSpell.words": [
"Bootloader",
"FENNIX",
"JMPREL"
]
}
}