Files
nub-os/.vscode/settings.json
2025-09-06 01:27:13 +02:00

20 lines
430 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"
}
}