Shi Chen
Shi Chen
We're going to support some features about Gradle file authoring. One of them is to help you add some dependencies. See: https://github.com/microsoft/vscode-gradle/pull/970. Could you please check if this is the...
> I hope there is some way to implement an automatic way to fix those states when a file is in the wrong state or when a remote repository has...
Your log shows you're using Gradle 6.8.3, which does not support Java 17. Please follow the guidance there to check your settings: https://github.com/microsoft/vscode-gradle#compatibility-with-the-java-language-support-extension
Could you find the pinned tasks in the `Gradle Projects` view, not this `Recent Tasks` view? since we remove the pinned tasks view, the pinned tasks will show in projects...
could you provide a sample project to help us reproduce this issue?
since https://github.com/redhat-developer/vscode-java/pull/2245 has been merged, we plan to retire the compatibility check in vscode-gradle, the first step will be not open the notification when the current redhat.java > 1.3.0. We...
Did you disable `java.import.gradle.wrapper.enabled` and `java.import.gradle.version`? see: https://github.com/microsoft/vscode-gradle#vs-code-settings-1
> because this settings says if no wrapper or java.import.gradle.version, it will use GRADLE_HOME. but it not works as this in fact. just checked and find it's actually a bug....
Here we have two items to do, to keep alignment with the document: 1. check system env GRADLE_HOME when `java.import.gradle.home` is not specified 2. check if gradlew is invalid even...
#1140 will support using `GRADLE_HOME` when - `java.import.gradle.wrapper.enabled` is false - `java.import.gradle.version` and `java.import.gradle.home` are null or empty for checking wrapper file first, I'm not sure the existing of file...