-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#includes missing in visual studio code (VSC-224) #21
Comments
Hi there ! Please can you follow the issue template and show us some steps to replicate your issues? Regarding your post, currently we depend on Microsoft C/C++ extension to resolve include paths. Please take a look at C_CPP_CONFIGURATION as explained in the Readme's How to use section. When you configured the extension, the ESP-IDF directory path is saved as vscode configuration setting called |
Hei brian, thank you for your fast reply. How can i see the json config options in vscode set by the idf? For example idf.espIdfPath? I'll provide a stepby step explanation later today. Manuel |
Click F1, type settings and you will find an option called Preferences: Open Settings (UI). Here expand Extensions menu, then click on ESP-IDF and you will see the configuration settings we expose in our extension. More about visual studio code settings here. |
Possible duplicate of #2
|
Hey Guys,
I installed the vscode extension. Configuration and download of tools worked pretty well (thanks to the guiding menus).
Testing the cpp_pthread, includes Paths are not found. All Systems are the current ones.
Console says
IDF_PATH environment variable is different from inferred IDF_PATH.
What does that mean for me (can not get any IDF_PATH with "set" in vscode) and how to solve this?
I'm a developper in VS2017 but vscode is so different. Appreciate some help here.
Can Please someone support this?
This everthing is so anoying because I switched from eclipse to vscode cause of the include issue.
The ESP32 is really cool but these plugins don't seam to be final versions.
Regards, Manuel
The text was updated successfully, but these errors were encountered: