-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Debug Gradle tasks #5546
Copy link
Copy link
Open
Labels
needs infrastructureZed's extension infrastructure doesn't currently support this type of extensionZed's extension infrastructure doesn't currently support this type of extension
Metadata
Metadata
Assignees
Labels
needs infrastructureZed's extension infrastructure doesn't currently support this type of extensionZed's extension infrastructure doesn't currently support this type of extension
Type
Fields
Give feedbackNo fields configured for issues without a type.
Check for existing issues
Misc notes
Currently you can only debug based on class, I want to be able to debug based on a task name. For example, in Minecraft mod development there are tasks like
runClientandrunDatagenwhich cannot be run by the current Zed Java support extension.There is an issue about Gradle language support but this is a different issue.