-
Notifications
You must be signed in to change notification settings - Fork 236
How to tell vscode to check for libraries folder ? #1602
Comments
Can you try installing the library that provides |
I solved part of the problem with these settings:
But I moved the project folder and got the errors again ! Working with vscode isn't easy. |
It seems that on Windows, libraries must be in the C:\Users\[user]\Documents\Arduino\libraries folder, then they will be found by the compiler. I tried @eagl1 's trick of compiling without the headers first to get the c_cpp_properties.json file but the only way I'm able to compile is if I copy my libraries to the folder I mentioned above. |
Yes, that is on Windows. You can use the path But I got back to the legacy Arduino IDE, it's more convenient for me more than vscode and the new Arduino IDE. |
Hi,
I'm trying to compile my ESP32 code, but vscode don't know where my "libraries" folder is.
How to set the folder's path ?
Almost same problem as #1033
The text was updated successfully, but these errors were encountered: