mirror of
https://gitlab.com/fabinfra/fabhardware/fablight.git
synced 2025-03-12 22:51:47 +01:00
27 lines
1019 B
JSON
27 lines
1019 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "ESP-IDF",
|
|
"compilerPath": "c:\\Users\\thejo\\Espressif\\tools\\tools\\xtensa-esp32s3-elf\\esp-12.2.0_20230208\\xtensa-esp32s3-elf\\bin\\xtensa-esp32s3-elf-gcc.exe",
|
|
"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
|
|
}
|