kunlang_mqtt_client/.vscode/c_cpp_properties.json

19 lines
525 B
JSON
Raw Permalink Normal View History

2025-07-10 17:36:16 +08:00
{
"configurations": [
{
"name": "Linux",
"compilerPath": "/usr/bin/g++",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "linux-gcc-x64",
"includePath": [
"${workspaceFolder}/include",
"/usr/include",
"/usr/include/c++/9",
2025-09-23 14:33:56 +08:00
"${workspaceFolder}/include/paho_mqtt",
"${workspaceFolder}/third_party"
2025-07-10 17:36:16 +08:00
]
}
],
"version": 4
}