You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when Idea's being run from command line, it's possible to specify the path to idea's project like
./idea.sh /home/projects/MyIdeaProject
Is there a way to specify the path to idea's project for gradle's runIde task without having the dialog window create a new project or open existing project opened?
The text was updated successfully, but these errors were encountered:
when Idea's being run from command line, it's possible to specify the path to idea's project like
./idea.sh /home/projects/MyIdeaProject
Is there a way to specify the path to idea's project for gradle's runIde task without having the dialog window create a new project or open existing project opened?
After opening the project close the IDE and next time you run the task it should be opened automatically. Works for me.
Dear all,
when Idea's being run from command line, it's possible to specify the path to idea's project like
Is there a way to specify the path to idea's project for gradle's
runIde
task without having the dialog window create a new project or open existing project opened?The text was updated successfully, but these errors were encountered: