MarlinFirmware / AutoBuildMarlin

Visual Studio Code extension to more easily build Marlin Firmware
GNU General Public License v3.0
258 stars 57 forks source link

Clean option not always available #40

Closed strayr closed 9 months ago

strayr commented 3 years ago

Version 2.1.31

Expected behaviour: Button for 'clean' should always be available

Observed behaviour: Clean not available until after a build

Impact Build fails, or worse, build succeeds but resultant firmware behaves unexpectedly

Workaround Build, clean, build or manual scrub

steps to reproduce: build. close VS code, open VS code, build, crying at any stage during this procedure optional

thinkyhead commented 9 months ago

The "Clean" button is now shown whenever the build folder exists instead of … whatever it was doing before.