{ "configurations": [ { "name": "ESP-IDF", "cStandard": "c11", "cppStandard": "c++17", "compileCommands": "${workspaceFolder}/build/compile_commands.json", "includePath": [ "~/esp/esp-idf/components/**", "~/esp/esp-idf/components/arduino/libraries/**", "${workspaceFolder}/**" ], "browse": { "path": [ "~/esp/esp-idf/components", "${workspaceFolder}" ], "limitSymbolsToIncludedHeaders": false } } ], "version": 4 }