vscode-java
vscode-java copied to clipboard
Java Language Support for Visual Studio Code
When I import a gradle project , visual studio code is absolutely SILENT if the build fails: the only way I can know that the reason why a project is...
##### Environment - Operating System: Arch linux (Remote Development Host) - JDK version: Gradle: `languageVersion.set(JavaLanguageVersion.of(8))` / System: 17 (installed by `sdkman install java`) - Visual Studio Code version: `1.80.2` -...
When an Android project has `aidl` source files, the generated code is not included in source paths. ##### Environment - Operating System: Windows 11 - JDK version: openjdk 11.0.12 2021-07-20...
The extension sometimes incorrectly suggests to "upgrade" Gradle, while in fact it would be a downgrade.  ##### Environment - Operating System: Windows 11 - JDK version: 20 - Visual...
This program installs gradle 8.11.1, instead of gradle 8.12.1. gradle/wrapper/gradle-wrapper.properties has "distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip". gradle 8.12.1 is already installed. 8.11.1 is autoinstalled alongside 8.12.1 and then used for resolution, so build.gradle errors:...
I tried this as a discussion ( #4115), but no comments, and it's becoming quite a barrier, so I'm entering this issue here. I have a Java project, which is...
My project requires jdk 17 to build. I use jenv to manage jdk and I set it to use java 17 locally but it seems the extension always use 21...
I'm encountering an issue where TODO comments in Java files are still being reported in the Problems window, even after explicitly disabling them via workspace settings. Steps to Reproduce: 1....
lets say you have `java.util.stream.Stream.concat(...)` then please provide quick fix on "Stream" or even anywhere on the class name to turn it into: ``` import java.util.stream.Stream; ... Stream.concat(...); ``` today...
Is there any settings to make braces turn to the next line when creating a class? ##### Environment - Operating System: Microsoft Windows [Version 10.0.19041.572] - JDK version: openjdk 11.0.8...