Search found 1 match
- Wed Nov 30, 2022 3:23 pm
- Forum: IDEs for ESP-IDF
- Topic: How to add include path to Vs Code with ESP-IDF plugin
- Replies: 0
- Views: 1864
How to add include path to Vs Code with ESP-IDF plugin
Hello, I'm new to Vs code and ESP-IDF development and I can't find how to include my source folder and include folder to the build. I've added the line "${workspaceFolder}\\MySourceFolder\\**" to c_cpp_properties.json (and the IDE find the file) but the compiler can't find it. I can't find proper ex...