Files
nub-os/.vscode/settings.json
nub31 0ccb483047 ...
2025-09-06 17:31:14 +02:00

23 lines
498 B
JSON

{
"files.associations": {
"bitset": "c",
"algorithm": "c",
"format": "c",
"multiboot.h": "c",
"irq.h": "c",
"idt.h": "c",
"util.h": "c",
"deque": "c",
"forward_list": "c",
"list": "c",
"string": "c",
"unordered_map": "c",
"unordered_set": "c",
"vector": "c",
"any": "c",
"system_error": "c",
"std.h": "c",
"panic.h": "c",
"pmm.h": "c"
}
}