10 lines
372 B
JSON
10 lines
372 B
JSON
|
|
{
|
||
|
|
"idf.currentSetup": "D:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/",
|
||
|
|
"clangd.path": "D:\\DiskC\\ProgramFiles\\Espressif\\tools\\esp-clang\\16.0.1-fe4f10a809\\esp-clang\\bin\\clangd.exe",
|
||
|
|
"clangd.arguments": [
|
||
|
|
"--background-index",
|
||
|
|
"--query-driver=**",
|
||
|
|
"--compile-commands-dir=d:\\Projects\\trunk\\JoyD\\ESP32\\my_usb_project\\build"
|
||
|
|
]
|
||
|
|
}
|