mirror of
https://github.com/Zenithsiz/ist-semb-proj1.git
synced 2026-02-03 09:50:33 +00:00
19 lines
508 B
JSON
19 lines
508 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "ESP-IDF",
|
|
"compilerPath": "${config:idf.toolsPath}/tools/xtensa-esp-elf/esp-13.2.0_20240530/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc",
|
|
"compileCommands": "${config:idf.buildPath}/compile_commands.json",
|
|
"includePath": [
|
|
"${config:idf.espIdfPath}/components/**",
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"browse": {
|
|
"path": ["${config:idf.espIdfPath}/components", "${workspaceFolder}"],
|
|
"limitSymbolsToIncludedHeaders": true
|
|
}
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|