-
-
Notifications
You must be signed in to change notification settings - Fork 853
Closed
Description
To reproduce this behavior:
mkdir TheLib
mkdir TheLib/src
touch TheLib/src/TheLib.h
touch TheLib/src/TheLib.cpp
touch TheLib/platformio.ini
cd TheLib
pio run
cd ..
pio lib -g install ./TheLib
pio lib -g uninstall TheLib
I would expect my source code to still be under ~/git/TheLib and ~/.platformio/lib/TheLib removed.
But at this stage the source folder ~/git/TheLib is deleted by pio and ~/.platformio/lib/TheLib still exists.
Doing a second
pio lib -g uninstall TheLib
Removes ~/.platformio/lib/TheLib
See: Discussion
Reactions are currently unavailable