{ "C_Cpp.intelliSenseEngine": "default", "idf.extensionActivationMode": "always", "idf.openOcdConfigs": [ "board/esp32s3-builtin.cfg" ], "idf.port": "/dev/ttyACM0", "idf.currentSetup": "/home/bruno/.espressif/v6.0/esp-idf", "idf.customExtraVars": { "IDF_TARGET": "esp32s3", "OPENOCD_USB_ADAPTER_LOCATION": "1-1" }, "clangd.path": "/home/bruno/.espressif/tools/esp-clang/esp-20.1.1_20250829/esp-clang/bin/clangd", "clangd.arguments": [ "--background-index", "--query-driver=**", "--compile-commands-dir=/home/bruno/Documents/Programming/projects/carputerosobny/build" ], "idf.flashType": "UART" }