libmqtt/.vscode/settings.json

17 lines
381 B
JSON

{
"files.associations": {
"stdlib.h": "c",
"mqtt_internal.h": "c",
"platform.h": "c",
"tidyplatform.h": "c",
"type_traits": "cpp",
"istream": "c",
"optional": "c",
"ostream": "c",
"ratio": "c",
"system_error": "c",
"array": "c",
"string_view": "c",
"packet.h": "c"
}
}