microsoft / vscode-gradle

Manage Gradle Projects, run Gradle tasks and provide better Gradle file authoring experience in VS Code
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-gradle
MIT License
124 stars 51 forks source link

Support editing the pinned tasks #1468

Open linusbrimstedtellos opened 9 months ago

linusbrimstedtellos commented 9 months ago

Is your feature request related to a problem? Please describe. After you have pinned tasks with arguments, you cannot easily edit them

Describe the solution you'd like I would like to be able to edit the arguments of pinned tasks, duplicate pinned tasks, and in other ways manage pinned tasks

Describe alternatives you've considered Implementing UI support for editing arguments would be nice as well, but I think moving it to json file for workspace gives most possibilities with least effort

Additional context