vscode-gradle icon indicating copy to clipboard operation
vscode-gradle copied to clipboard

Recent tasks debugging ignores arguments

Open szoszk opened this issue 4 years ago • 2 comments

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

szoszk avatar Jul 30 '21 17:07 szoszk

Same for me! Is someone looking into this?

laDanz avatar Nov 29 '22 06:11 laDanz

Just finished releasing a new version, I'll take a look.

CsCherrYY avatar Nov 29 '22 06:11 CsCherrYY