Files
nub-os/.vscode/settings.json
nub31 4f55956fee ...
2025-09-06 22:07:17 +02:00

40 lines
922 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",
"array": "cpp",
"string_view": "cpp",
"initializer_list": "cpp",
"ranges": "cpp",
"span": "cpp",
"valarray": "cpp",
"alloc.h": "c",
"arch.h": "c",
"def.h": "c",
"assert.h": "c",
"io.h": "c",
"mem.h": "c",
"string.h": "c",
"kernel.h": "c",
"printf.h": "c",
"vmm.h": "c",
"console.h": "c"
}
}