{
    "configurations": [
      {
        "name": "ESP-IDF",
        "compilerPath": "${default}",
        "compileCommands": "${workspaceFolder}/build/compile_commands.json",
        "includePath": [
          "${config:idf.espIdfPath}/components/**",
          "${config:idf.espIdfPathWin}/components/**",
          "${config:idf.espAdfPath}/components/**",
          "${config:idf.espAdfPathWin}/components/**",
          "${workspaceFolder}/**"
        ],
        "browse": {
          "path": [
            "${config:idf.espIdfPath}/components",
            "${config:idf.espIdfPathWin}/components",
            "${config:idf.espAdfPath}/components/**",
            "${config:idf.espAdfPathWin}/components/**",
            "${workspaceFolder}"
          ],
          "limitSymbolsToIncludedHeaders": false
        }
      }
    ],
    "version": 4
  }