Search found 1 match
- Wed May 04, 2022 11:37 pm
- Forum: ESP-IDF
- Topic: How to fix "include path " problems in VS code IDE?
- Replies: 6
- Views: 30757
Re: How to fix "include path " problems in VS code IDE?
Add compile_commands.json to your c_cpp_properties.json "compileCommands": "${workspaceFolder}/build/compile_commands.json" I have the same issue and am following along. How do I " Add compile_commands.json to your c_cpp_properties.json" Currently my c_cpp_properties.json file is { "configurations"...