c_cpp_properties.json 388 B

12345678910111213141516171819
  1. {
  2. "configurations": [
  3. {
  4. "name": "ESP-IDF",
  5. "compilerPath": "${default}",
  6. "compileCommands": "${config:idf.buildPath}/compile_commands.json",
  7. "includePath": [
  8. "${workspaceFolder}/**"
  9. ],
  10. "browse": {
  11. "path": [
  12. "${workspaceFolder}"
  13. ],
  14. "limitSymbolsToIncludedHeaders": true
  15. }
  16. }
  17. ],
  18. "version": 4
  19. }