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
When Tab key is bound to menu-complete, the following happens:
/root/java/jws-998> gradle [TAB]
assemble - Assembles the outputs of this project.
assembleDist - Assembles the main distributions
assembleShadowDist - Assembles the shadow distributions
build - Assembles and tests this project.
buildDependents - Assembles and tests this project and all projects that depend on it.
buildEnvironment - Displays all buildscript dependencies declared in root project jws-998.
...
/root/java/jws-998> gradle assemble - Assembles the outputs of this project.
As you can see, the task description is included in the command I'm typing, which obviously results in an error because Task '-' not found in root project 'jws-998'. This means that in order to use Gradle completion, I have to delete the description manually, which makes it very inefficient.
If it isn't possible to fix this, is there at least a way to disable task descriptions?
When Tab key is bound to menu-complete, the following happens:
As you can see, the task description is included in the command I'm typing, which obviously results in an error because
Task '-' not found in root project 'jws-998'.
This means that in order to use Gradle completion, I have to delete the description manually, which makes it very inefficient.If it isn't possible to fix this, is there at least a way to disable task descriptions?
Software versions and configuration
Gradle completion version: commit fa72b79
The text was updated successfully, but these errors were encountered: