Numworks-zeta-os/.vscode/settings.json

26 lines
632 B
JSON
Raw Normal View History

{
"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",
2024-03-31 13:47:23 +00:00
"tuple": "cpp",
2024-03-31 16:17:46 +00:00
"main.h": "c",
"led.h": "c",
"stm32f730xx.h": "c",
"keyboard.h": "c",
"gpio_helper.h": "c"
}
}