Module in IntelliJ run configurations not pre-selected when root project name contains spaces
Example:
settings.gradle: rootProject.name = 'ae2 test'
Result in the generated runs:
Apparently, IntelliJ replaces the whitespace with an underscore in its internal project name, and the idea-ext extension does not account for this? (blergh)
Oh for f sake. Alright I will patch it later today
I really think this is a bug in idea-ext, but I find no reference to anyone reporting this previously. Hopefully this didn't change in IJ itself recently :-|
I checked the the idea-ext code, this is not really something I can fix from my end. I pass in the sourceset etc. And they generate the ID.
Do you want me to create a ticket on their repo?