Open
Description
Behaviour Change Request
I think this may go in the 'too hard basket' ... but still have to ask ;)
The (fantastic, btw!) project configuration GUI does some... Makes some questionable changes to the platformio.ini
configuration file. I shorten the header text on a lot of mine, and also comment my libdeps lines, but by ...
- opening the configurator
- adding a description
- hitting save
... this removes the comments, and re-adds the full header to the file. Also, as noted by another user, it sometimes adds
lib_archive = yes
test_build_project_src = no
on it's own, even though these options haven't been touched.
So is it possible to not change lines if they haven't been modified... i.e. don't strip the comments, and perhaps not make changes to the header.