mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
27 lines
1008 B
JSON
27 lines
1008 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "ESP-IDF",
|
|
"compilerPath": "${config:idf.toolsPath}\\tools\\xtensa-esp32s2-elf\\esp-12.2.0_20230208\\xtensa-esp32s2-elf\\bin\\xtensa-esp32s2-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
|
|
}
|