"Default" run/debug configs when running newly cloned project?

Answered

Some of the projects I clone seem to automatically configure their run configs when I start them in Intellij. i.e. correct arguments, different configs entirely etc.

How is this possible? Is there a way of doing it through a script or something?

0
1 comment

Hello,

Did you copy entire IDEA project? It contains run configuration in project settings. Also IDE creates default run configurations if it's possible to detect project type - e.g. command-line application or web application.

Generally run configuration is a xml file, so it could be created externally and added to the project.

0

Please sign in to leave a comment.