20 lines
570 B
JSON

{
"C_Cpp.intelliSenseEngine": "default",
"idf.espIdfPath": "/opt/esp/idf",
"idf.pythonInstallPath": "/usr/bin/python3",
"idf.openOcdConfigs": [
"board/esp32c6-builtin.cfg"
],
"idf.port": "detect",
"idf.toolsPath": "/opt/esp",
"idf.customExtraVars": {
"IDF_TARGET": "esp32c6"
},
"clangd.path": "/home/unai/.espressif/tools/esp-clang/esp-19.1.2_20250312/esp-clang/bin/clangd",
"clangd.arguments": [
"--background-index",
"--query-driver=**",
"--compile-commands-dir=/home/unai/Development/espresssif_template_project/build"
]
}