I am trying to get my project to find esp-idf files, and running into some problems: I don't recognize the syntax of these entries, but I suspect something is wrong with it. Can anyone help me correct these entries?
Thanks...
EDIT: I got rid of all but the first line, and the error went away. (I guess since I'm not running on Windows, and don't have ADF installed, those lines were causing the problem.)
Unfortunately, I still get the "file not found" errors in the editor. I'm thinking something must be wrong/missing from my configuration section.
Code: Select all
"/home/mzimmers/esp/esp-idf/components/**",
// "${config:idf.espIdfPath}/components/**",
Thanks...