Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module in IntelliJ run configurations not pre-selected when root project name contains spaces #119

Open
shartte opened this issue Feb 21, 2024 · 3 comments
Labels
blocked This request depends on a third party change bug Something isn't working ide Issues or prs related to IDEs IDEA Issues or prs related to the IDEA IDE import Issues or prs related to IDE import procedures

Comments

@shartte
Copy link
Contributor

shartte commented Feb 21, 2024

Example:

settings.gradle:
rootProject.name = 'ae2 test'

Result in the generated runs:
image

Apparently, IntelliJ replaces the whitespace with an underscore in its internal project name, and the idea-ext extension does not account for this? (blergh)

@shartte shartte added the bug Something isn't working label Feb 21, 2024
@marchermans
Copy link
Contributor

Oh for f sake.
Alright I will patch it later today

@shartte
Copy link
Contributor Author

shartte commented Feb 22, 2024

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 :-|

@marchermans
Copy link
Contributor

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?

@marchermans marchermans added blocked This request depends on a third party change ide Issues or prs related to IDEs import Issues or prs related to IDE import procedures IDEA Issues or prs related to the IDEA IDE labels May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked This request depends on a third party change bug Something isn't working ide Issues or prs related to IDEs IDEA Issues or prs related to the IDEA IDE import Issues or prs related to IDE import procedures
Projects
None yet
Development

No branches or pull requests

2 participants