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

Manage Gradle Projects, run Gradle tasks and provide better Gradle file authoring experience in VS Code

Results 192 vscode-gradle issues
Sort by recently updated
recently updated
newest added

Extension Name: vscode-gradle Extension Version: 3.12.3 OS Version: macos 12.5.1 VSCode version: 1.70.2 When I add the plugin org.jetbrains.dokka, the gradle extension is not able to identify tasks properly. See...

bug

Extension Name: vscode-gradle Extension Version: v3.12.2 OS Version: windows 10 VSCode version: 1.69.2 Vscode-java extension version: v1.9.0 **Describe the bug** Clicking on the debug icon beside the task "bootRun" intermittently...

bug

**Is your feature request related to a problem? Please describe.** An error has occurred when i boot up my minecraft forge 1.12.x project: ``` [error] [gradle-server] Could not create an...

enhancement
ai-triaged

fix #1258 This PR is still in process.

bug

We should create only one for an instance.

bug

If the users have both `redhat.java` and `vscode-gradle` installed, for a new project, the two extensions are trying to import (or synchronize) the project at the same time, which might...

enhancement
ai-triaged

I set `someGradleTestTask` as the default test tasks in a project. This is what the extension generated for me in `tasks.json`: ``` { "version": "2.0.0", "tasks": [ { "type": "gradle",...

enhancement
ai-triaged

Extension Name: vscode-gradle Extension Version: 3.12.2 OS Version: Mac OS Monterey 12.4 VSCode version: 1.69.2 **Describe the bug** VSCode acts like the Gradle API's are not on the classpath when...

bug

now we just dismiss telemetry for command `gradle.refresh`. https://github.com/microsoft/vscode-gradle/blob/a9d5977d0a8505ddc5bf55000046e0e96428e4d3/extension/src/commands/Commands.ts#L134-L142 since changing the build file will trigger a refresh command, but we should still collect manual refresh commands via view title...

eng