Numworks-zeta-os/.vscode/settings.json
2024-03-31 18:17:46 +02:00

24 lines
575 B
JSON

{
"files.associations": {
"cstdint": "cpp",
"cstring": "cpp",
"atomic": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"iterator": "cpp",
"memory_resource": "cpp",
"string_view": "cpp",
"functional": "cpp",
"istream": "cpp",
"new": "cpp",
"ostream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"main.h": "c",
"led.h": "c",
"stm32f730xx.h": "c"
}
}