Files
MoonshineOS/MSOS_ESP/.vscode/c_cpp_properties.json
T
2026-07-30 17:55:00 +08:00

21 lines
520 B
JSON

{
"configurations": [
{
"name": "ESP-IDF",
"compilerPath": "/Users/kevin/.espressif/tools/xtensa-esp-elf/esp-15.2.0_20251204/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc",
"compileCommands": "${config:idf.buildPath}/compile_commands.json",
"intelliSenseMode": "gcc-x86",
"includePath": [
"${workspaceFolder}/**"
],
"browse": {
"path": [
"${workspaceFolder}"
],
"limitSymbolsToIncludedHeaders": true
}
}
],
"version": 4
}