{ "configurations": [ { "name": "ESP-IDF", "cStandard": "c11", "cppStandard": "c++17", "intelliSenseMode": "macos-gcc-x64", "includePath": [ "${config:idf.espIdfPath}/components/**", "${config:idf.espIdfPath}/../esp-homekit-sdk/components/**", "${workspaceFolder}/**" ], "macFrameworkPath": [ "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks" ], "browse": { "path": [ "${config:idf.espIdfPath}/components", "${config:idf.espIdfPath}/../esp-homekit-sdk/components", "${workspaceFolder}" ], "limitSymbolsToIncludedHeaders": false } } ], "version": 4 }