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: 7
Views: 39021

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 ...
by atemiz
Sun Apr 03, 2022 12:23 pm
Forum: ESP-IDF
Topic: How to fix "include path " problems in VS code IDE?
Replies: 7
Views: 39021

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"

Go to advanced search