settings.json 367 B

12345678910
  1. {
  2. "idf.currentSetup": "C:\\.espressif\\v6.0.1\\esp-idf",
  3. "idf.customExtraVars": {},
  4. "clangd.path": "C:\\Espressif\\tools\\esp-clang\\esp-20.1.1_20250829\\esp-clang\\bin\\clangd.exe",
  5. "clangd.arguments": [
  6. "--background-index",
  7. "--query-driver=**",
  8. "--compile-commands-dir=c:\\Users\\kathy\\Downloads\\2_way_Tochie-main\\2_way_tochie\\build"
  9. ]
  10. }