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
shartte opened this issue
Feb 21, 2024
· 3 comments
Labels
blockedThis request depends on a third party changebugSomething isn't workingideIssues or prs related to IDEsIDEAIssues or prs related to the IDEA IDEimportIssues or prs related to IDE import procedures
Apparently, IntelliJ replaces the whitespace with an underscore in its internal project name, and the idea-ext extension does not account for this? (blergh)
The text was updated successfully, but these errors were encountered:
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?
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
blockedThis request depends on a third party changebugSomething isn't workingideIssues or prs related to IDEsIDEAIssues or prs related to the IDEA IDEimportIssues or prs related to IDE import procedures
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)
The text was updated successfully, but these errors were encountered: