Working with the Arduino IDE makes me feel I am in 1999. So I started building Bancada.
Report
A small thing that would save me a lot of clicking: project-level library pinning. Right now I think it relies on the registry, but locking specific library versions per sketch (saved next to the .ino or in a bancada.toml) would make it way easier to share code with teammates and avoid "works on my machine" surprises when the registry updates.
Replies
A small thing that would save me a lot of clicking: project-level library pinning. Right now I think it relies on the registry, but locking specific library versions per sketch (saved next to the .ino or in a bancada.toml) would make it way easier to share code with teammates and avoid "works on my machine" surprises when the registry updates.