tschf / odb-task

A task runner for VSC based on atom-build-oracle implementation
MIT License
10 stars 3 forks source link

Ability to save the file when you compile it. #9

Closed vitodcampanelli closed 6 years ago

vitodcampanelli commented 6 years ago

When you edit a package, you need to save before you recompile. It would be nice if when you try to compile, it does a save and then compiles.

tschf commented 6 years ago

Added an auto save preference which defaults to false. On next publish you can enable this flag to have it save before compilation. Added a warning message if this is toggled off and the file is not saved when compiling.

image