Hi,
In my project I need to create some properties file using a script. To achieve this:
- I added the "script" as an external tool.
2. In run/debug configuration specified the external tool inside "Before launch" tasks.
This led to creation of a configuration inside ".idea/runConfigurations" folder that I added to our version control system.
When someone checks out this change, although he gets the new "runConfiguration", it does not work because the "external tool" is not configured in their IDE.
How to add the "external tool" inside the version control?
In case there is some better way of achieving this instead of using external tool (may be by modifying the default "Make" task to incorporate the "script"), then please guide me.