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

27 lines
657 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",
"keyboard.h": "c",
"gpio_helper.h": "c",
"stdint.h": "c"
}
}