arduino / arduino-cli

Arduino command line tool
https://arduino.github.io/arduino-cli/latest/
GNU General Public License v3.0
4.24k stars 371 forks source link

Watch for platform file changes #2523

Closed umbynos closed 4 months ago

umbynos commented 5 months ago

The arduino-cli currently does not reload the platform files (platform.txt, boards.txt and programmer.txt) when they change. In the IDE this can be forced (CMD+ Shift+P / Ctrl+ Shift+P and then "Arduino: Update Package Index").

Image

The CLI should reload all the files that change. Probably should be required only for the sketchbook ones.