Search found 2 matches

by atemiz
Thu May 05, 2022 9:17 pm
Forum: ESP-IDF
Topic: How to fix "include path " problems in VS code IDE?
Replies: 6
Views: 29814

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" As an example, the configuration file content that I am curre...
by atemiz
Sun Apr 03, 2022 12:23 pm
Forum: ESP-IDF
Topic: How to fix "include path " problems in VS code IDE?
Replies: 6
Views: 29814

Re: How to fix "include path " problems in VS code IDE?

Add compile_commands.json to your c_cpp_properties.json

Code: Select all

"compileCommands": "${workspaceFolder}/build/compile_commands.json"