28 lines
1.1 KiB
JSON
28 lines
1.1 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "ESP-IDF",
|
|
"compilerPath": "${config:idf.toolsPathWin}\\tools\\xtensa-esp-elf\\esp-13.2.0_20230928\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe",
|
|
"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
|
|
}
|