Robot-Will / Stino

A Sublime Text Plugin for Arduino
Other
1.58k stars 249 forks source link

Need to delete Build files for correct compile #241

Closed Paul47 closed 9 years ago

Paul47 commented 9 years ago

With the latest version of Stino, it seems like I need to delete the files in my build folder to get a correct version of my current compile. For example, I can get a clean compile with no errors. Then I can edit in an error on purpose. Save all, then recompile with no errors. If I delete the build folder and recompile, the error is reported properly. I did not have to do this with previous versions very often, if ever.

Is there an preference/option to do a "clean build" in Stino on ever compile?