-
Notifications
You must be signed in to change notification settings - Fork 236
Option to add costum libraries to project folder #1341
Comments
In IDE versions higher than 1.6 if you want to include libraries from the project folder, you need to put them in a src subfolder. For example: |
This does not solve the problem, barreiroleo. As suggested in the online docs of arduino-cli (https://arduino.github.io/arduino-cli/0.27/sketch-build-process/), any library contained in a subfolder However, there is a workaround: putting the libraries in a folder named If the arduino extension would have an option for configuration of the |
It depends on your approach. The |
I want to have a .libraries folder with my own costum libraries. Right now the compiler cannot find the libraries, even if they are in the includePath of c_cpp_properties.json
The option talked about in this issue is what i mean: #830. But is is closed by a bot. The only way to add costum libraries is to copy them in the default libraries folder. And that is not a good workflow.
The text was updated successfully, but these errors were encountered: