fabhardware.fablight/firmware/.vscode/c_cpp_properties.json

27 lines
1019 B
JSON
Raw Normal View History

2023-07-16 22:30:11 +02:00
{
"configurations": [
{
"name": "ESP-IDF",
2023-07-17 01:05:41 +02:00
"compilerPath": "c:\\Users\\thejo\\Espressif\\tools\\tools\\xtensa-esp32s2-elf\\esp-12.2.0_20230208\\xtensa-esp32s2-elf\\bin\\xtensa-esp32s2-elf-gcc.exe",
2023-07-16 22:30:11 +02:00
"includePath": [
"${config:idf.espIdfPath}/components/**",
"${config:idf.espIdfPathWin}/components/**",
"${config:idf.espAdfPath}/components/**",
"${config:idf.espAdfPathWin}/components/**",
"${workspaceFolder}/**"
],
"browse": {
"path": [
"${config:idf.espIdfPath}/components",
"${config:idf.espIdfPathWin}/components",
"${config:idf.espAdfPath}/components/**",
"${config:idf.espAdfPathWin}/components/**",
"${workspaceFolder}"
],
"limitSymbolsToIncludedHeaders": false
}
}
],
"version": 4
}