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

Args ignored when debugging on pinned tasks #1466

Open alegomes opened 9 months ago

alegomes commented 9 months ago

Extension Name: vscode-gradle Extension Version: v3.13.5 OS Version: MacOS 14.0 (23A344) VSCode version: 1.85.0

Describe the bug Arguments set in pinned tasks are ignored when trying to debug.

To Reproduce

Expected behavior

Screenshots

Output from "Gradle for Java"


[info] Completed build: app:run```

**Does the bug still exist if you disable all other extensions?**
Yes

![image](https://github.com/microsoft/vscode-gradle/assets/34938/c9aa0389-4653-4c4d-bf6f-851f579bab2e)

**Additional context**
Add any other context about the problem here.