21 lines
762 B
JSON
21 lines
762 B
JSON
{
|
|
"C_Cpp.intelliSenseEngine": "default",
|
|
"idf.espIdfPath": "/Users/tarassivas/esp/v5.5.1/esp-idf",
|
|
"idf.pythonInstallPath": "/Users/tarassivas/radioconda/bin/python",
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32s3-builtin.cfg"
|
|
],
|
|
"idf.port": "/dev/tty.usbmodem14301",
|
|
"idf.toolsPath": "/Users/tarassivas/.espressif",
|
|
"idf.customExtraVars": {
|
|
"IDF_TARGET": "esp32s3"
|
|
},
|
|
"clangd.path": "/Users/tarassivas/.espressif/tools/esp-clang/esp-19.1.2_20250312/esp-clang/bin/clangd",
|
|
"clangd.arguments": [
|
|
"--background-index",
|
|
"--query-driver=/Users/tarassivas/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc",
|
|
"--compile-commands-dir=${workspaceFolder}/build"
|
|
],
|
|
"idf.flashType": "UART"
|
|
}
|