"Default" run/debug configs when running newly cloned project?
已回答
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?
请先登录再写评论。
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.