Closed josh-burton closed 2 years ago
ATM, we are overwriting the iml
files for modules every time IntelliJ files are generated.
@Salakar Could we just write them if they don't already exist? The content always seems to be the same.
ATM, we are overwriting the
iml
files for modules every time IntelliJ files are generated.@Salakar Could we just write them if they don't already exist? The content always seems to be the same.
This seems fine to me, only ones that should probably always write are the run configuration ones, all the project ones don't need to be rewritten everytime
Might be nice to add an option(s) to the bootstrap command to do a full overwrite/wipe/nuke or just updating missing configs.
Is there an existing issue for this?
Version
2.5.0
Description
I regular run
melos bootstrap
to update the project if I have added new packages or new execs.This seems to overwrite all Intellij config for the project. For example I exclude the
.fvm/flutter_sdk
folder from indexing, but each time I run bootstrap I need to redo this.Do we need a way to run a partial bootstrap? Would it be possible not to overwrite the entire config?
Steps to reproduce
melos bootstrap
Expected behavior
Some IntelliJ config should not be overwritten by bootstrap
Screenshots
No response
Additional context and comments
No response