18 lines
510 B
JSON
18 lines
510 B
JSON
{
|
|
"C_Cpp.intelliSenseEngine": "default",
|
|
"idf.extensionActivationMode": "always",
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32-wrover-kit-3.3v.cfg"
|
|
],
|
|
"idf.currentSetup": "C:\\esp\\v6.0.2\\esp-idf",
|
|
"idf.customExtraVars": {
|
|
"IDF_TARGET": "esp32"
|
|
},
|
|
"clangd.path": "C:\\Espressif\\tools\\esp-clang\\esp-20.1.1_20250829\\esp-clang\\bin\\clangd.exe",
|
|
"clangd.arguments": [
|
|
"--background-index",
|
|
"--query-driver=**",
|
|
"--compile-commands-dir=c:\\Users\\Maxpr\\monitoring\\build"
|
|
]
|
|
}
|