Recent tasks debugging ignores arguments
Extension Name: vscode-gradle Extension Version: 3.6.1 OS Version: Windows 10 21H1 VSCode version: 1.58.2
Describe the bug When clicking on the debugging icon of a task in recent tasks or pinned tasks, the arguments are ignored. The task is started in debug mode without the arguments.
To Reproduce In recent tasks, click on the debugging icon of a task with arguments.
Expected behavior The task is run with the arguments
Output from "Gradle Tasks"
[warn] [gradle-server] Adding foo:cleanTest to ensure task output is cleared before debugging
[info] Completed build: foo:test
Does the bug still exist if you disable all other extensions? Yes. I only enabled the required extensions: Debugger for Java, Gradle Tasks and Language Support for Java(TM) by Red Hat
Same for me! Is someone looking into this?
Just finished releasing a new version, I'll take a look.