26 lines
916 B
JSON
26 lines
916 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "ESP-IDF",
|
|
"compilerPath": "/opt/esp/tools/xtensa-esp-elf/esp-15.2.0_20250929/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc",
|
|
"compileCommands": [
|
|
"${config:idf.buildPath}/compile_commands.json"
|
|
],
|
|
"includePath": [
|
|
"${config:idf.espIdfPath}/components/**",
|
|
"${workspaceFolder}/**",
|
|
"${workspaceFolder}/components/user_common",
|
|
"${workspaceFolder}/components/user_i80_display"
|
|
],
|
|
"browse": {
|
|
"path": [
|
|
"${config:idf.espIdfPath}/components/**",
|
|
"${workspaceFolder}/**",
|
|
"${workspaceFolder}"
|
|
],
|
|
"limitSymbolsToIncludedHeaders": true
|
|
}
|
|
}
|
|
],
|
|
"version": 4
|
|
} |