microsoft / microsoft/vscode-java-pack
Backlog: Gradle issues
Open
@CsCherrYY is already working on this.
Since Apr 14, 2022.
ai-triaged
enhancement
gradle
- Dominant language
- TypeScript
- Stars
- 352
- Forks
- 166
- Avg merge
- 17h 47m
- Merged PRs (30d)
- 32
Description
Downloading
Corrupt Gradle distribution file
- JDTLS log: https://github.com/microsoft/vscode-java-pack/issues/963#issuecomment-1098669828
- related to https://github.com/redhat-developer/vscode-java/issues/859
If the downloaded Gradle distribution is corrupted and the language server (buildship) tries to use that distribution will cause this error.
Certification issue
- JDTLS log: https://github.com/microsoft/vscode-java-pack/issues/962#issue-1194534656
- related to https://github.com/redhat-developer/vscode-java/issues/2259
Proxy issue
- JDTLS log: https://github.com/microsoft/vscode-java-pack/issues/962#issuecomment-1098671635
- issue: https://github.com/eclipse/eclipse.jdt.ls/issues/1727
- solution:
Building
java.io.StreamCorruptedException: invalid type code: 00
- JDTLS log: https://github.com/microsoft/vscode-java-pack/issues/963#issuecomment-1096389485
- related to https://github.com/redhat-developer/vscode-java/issues/1594
- solution: Upgrade Gradle wrapper to greater than 7.2, see https://github.com/gradle/gradle/pull/17397
Module not accessible
- issue: https://github.com/redhat-developer/vscode-java/issues/941
- reference: https://github.com/eclipse/buildship/issues/658#issuecomment-825325175
- workaround (not work for all projects, e.g., https://github.com/eclipse/eclipse.jdt.ls/issues/1949): Upgrade Gradle version to Gradle 7+
JDK context mismatch
Missing Gradle project configuration file: .settings/org.eclipse.buildship.core.prefs"
- JDTLS log: https://github.com/microsoft/vscode-java-pack/issues/975
- issue: https://github.com/redhat-developer/vscode-java/issues/1865
- workaround: clean project metadata files and clean language server workpace
Feature requests
bin folder
- related issue: https://github.com/redhat-developer/vscode-java/issues/1615
- upstream: https://github.com/eclipse/buildship/issues/1131
Android support
Import exclusions
- related issue: https://github.com/redhat-developer/vscode-java/issues/1795
Contributor guide
No contributing guide indexed for this repository
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.