You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, apologies if this was asked and closed in another issue... I had a quick look but couldn't see anything.
Current behaviour of PlatformIO is to install missing libraries per the platformio.ini lib_deps parameter. However, in the reverse, it does not remove locally installed libraries no longer listed in lib_deps, which can result in compilation errors if a library is no longer used in a project, but still present in the .pio/libdeps/env-name.
Is this a deliberate design choice to prevent other issues, or could it be made so that the library management routine does this sort of cleanup also?
The text was updated successfully, but these errors were encountered:
Firstly, apologies if this was asked and closed in another issue... I had a quick look but couldn't see anything.
Current behaviour of PlatformIO is to install missing libraries per the
platformio.ini lib_deps
parameter. However, in the reverse, it does not remove locally installed libraries no longer listed inlib_deps
, which can result in compilation errors if a library is no longer used in a project, but still present in the.pio/libdeps/env-name
.Is this a deliberate design choice to prevent other issues, or could it be made so that the library management routine does this sort of cleanup also?
The text was updated successfully, but these errors were encountered: