27 lines
992 B
JSON
27 lines
992 B
JSON
|
|
{
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "ESP-IDF",
|
||
|
|
"compilerPath": "C:\\Espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe",
|
||
|
|
"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
|
||
|
|
}
|