vscode esp-idf cannot open source file
Posted: Wed Aug 11, 2021 7:36 am
Hello. I have problems with opening esp-idf component files. Sometimes I want to have a look at the header files of the component and see whats going on, I have followed this guide:
https://www.youtube.com/watch?v=aQi8qiW ... lijaBobija
After this guide, the "stdio.h" library became fixed, but other esp-idf components are still broken.
I have created a simple hello world example and pasted the c_cpp_properties.json file in .vscode folder.
See the image below:
https://ibb.co/yfmGr2W
for exaple I want to open freertos/task.h and see whats going on there, but it wont let me.
The code compiles and runs fine, is just that I cannot open these files from the vscode. Usually I right click on the include and I can choose "go to declaration" or "go to definition"
https://www.youtube.com/watch?v=aQi8qiW ... lijaBobija
After this guide, the "stdio.h" library became fixed, but other esp-idf components are still broken.
I have created a simple hello world example and pasted the c_cpp_properties.json file in .vscode folder.
See the image below:
https://ibb.co/yfmGr2W
for exaple I want to open freertos/task.h and see whats going on there, but it wont let me.
The code compiles and runs fine, is just that I cannot open these files from the vscode. Usually I right click on the include and I can choose "go to declaration" or "go to definition"