microsoft / microsoft/vscode-gradle
I had enabled the "Debug JavaExec tasks" feature, but can not find the debug icon on tasks.
Open
@badsyntax is already working on this.
Since Dec 10, 2020.
ai-triaged
bug
debugging
question
- Dominant language
- Java
- Stars
- 179
- Forks
- 91
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 9
Description
Extension Name: vscode-gradle
Extension Version: 3.5.2
OS Version: windows 10
VSCode version: 1.15.1
Describe the bug
I had enabled the "Debug JavaExec tasks" feature, but can not find the debug icon on tasks.
To Reproduce
I had added the following code in settings.json
"gradle.javaDebug": {
"clean": true,
"tasks": [
"run",
"runBoot",
"test",
"intTest",
"integration"
]
},
Expected behavior
There should be a debug icon on tasks (such as run).
But there is nothing happened.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.