DockerFluxDC/.vscode/c_cpp_properties.json

25 lines
825 B
JSON
Raw Normal View History

{
"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"
],
"browse": {
"path": [
"${config:idf.espIdfPath}/components/**",
"${workspaceFolder}/**",
"${workspaceFolder}"
],
"limitSymbolsToIncludedHeaders": true
}
}
],
"version": 4
}