javavscode
javavscode copied to clipboard
Java platform support for Visual Studio Code for full featured Java development (edit-compile-debug & test cycle)
In my project, I have a method of a class that is only invoked by generated source code, and this extension appears to think the method is unused. I have...
Since I'm unable to reopen #224 I'm opening a new issue. What was implemented is very limited in comparison to what Red Hat's extension provides: with Red Hat's extension, I...
* Introduce open extension user directory command. * Opens the language server user directory for the current workspace * Improve delete cache error to prompt for manual deletion. * Added...
When running code that includes the System.console() method in the debug console, it returns null. Is there any way to debug such code using a standard console instead?
Dear team, I'm on Java 25 and Gradle 9.1.0 and since the update I'm getting the following error message when starting the Java project. ``` Project emerald: org/gradle/util/VersionNumber org.gradle.util.VersionNumber: org/gradle/util/VersionNumber...
Type: Bug Configure Java Runtime not showing Extension version: 24.1.2 VS Code version: Code 1.105.1 (7d842fb85a0275a4a8e4d7e040d2625abbf7f084, 2025-10-14T22:33:36.618Z) OS version: Windows_NT x64 10.0.19045 Modes: System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i5-8250U...
Consider a Maven project with a module descriptor in `src/main/java` and one in `src/test/java`. Actual: errors in test classes due to missing `requires` (because the extension looks at `src/main/java/module-info.java`) Expected:...
With the following content, and the cursor at the end of the `requires` line, do auto-completion: ```java module foo { requires java.net.ht } ``` Actual: `requires java.net.java.net.http` Expected: `requires java.net.http`
When opening the Flutter Android project, the VSCode Java plugin will display the following error message: This series of error messages will appear for an unknown reason. Because of the...