mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
24 lines
836 B
JSON
24 lines
836 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "ESP-IDF",
|
|
"compilerPath": "${config:idf.toolsPathWin}\\tools\\xtensa-esp-elf\\esp-13.2.0_20230928\\xtensa-esp-elf\\bin\\xtensa-esp32s2-elf-gcc.exe",
|
|
"compileCommands": "${config:idf.buildPath}/compile_commands.json",
|
|
"includePath": [
|
|
"${config:idf.espIdfPath}/components/**",
|
|
"${config:idf.espIdfPathWin}/components/**",
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"browse": {
|
|
"path": [
|
|
"${config:idf.espIdfPath}/components",
|
|
"${config:idf.espIdfPathWin}/components",
|
|
"${workspaceFolder}"
|
|
],
|
|
"limitSymbolsToIncludedHeaders": true
|
|
}
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|