Skip to content

Add run configurations to intellij#11495

Closed
brickmonster wants to merge 1 commit into
PaperMC:masterfrom
brickmonster:runConfigurations
Closed

Add run configurations to intellij#11495
brickmonster wants to merge 1 commit into
PaperMC:masterfrom
brickmonster:runConfigurations

Conversation

@brickmonster
Copy link
Copy Markdown
Contributor

Add run configurations to intellij that run the gradle server tasks. More can be added.

It's just convenient to not have to add them yourself when debugging or building repeatedly.

@brickmonster brickmonster requested a review from a team as a code owner October 14, 2024 10:25
@lynxplay
Copy link
Copy Markdown
Contributor

I don't know how useful I find such a change, at least not for my workflow.

It removes the need for three to four clicks but instead adds "random" run configurations for people that might have a different naming schema. I'll leave it open for some other team members to chime in, I don't have a strong opinion on this either way.

@jpenilla
Copy link
Copy Markdown
Member

This is just adding certain Gradle tasks as runs to the IDE, which can be done manually for the tasks someone cares about by running them once from the IJ Gradle menu (after which they will stay in the run menu). I don't see any utility here. Actual IntelliJ run configs that don't invoke Gradle could be interesting but we would likely need to generate the XML directly as the intellij-ext plugin is quite limiting.

@jpenilla jpenilla closed this Oct 14, 2024
@brickmonster brickmonster deleted the runConfigurations branch October 14, 2024 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Closed

Development

Successfully merging this pull request may close these issues.

3 participants