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

Java Language Support for Visual Studio Code

Results 511 vscode-java issues
Sort by recently updated
recently updated
newest added

Trying to open a Java project but getting some build errors. ##### Environment - Operating System: Fedora 29 - JDK version: openjdk version "1.8.0_191" - Visual Studio Code version: 1.30.1...

bug
upstream

Extracted this issue from https://github.com/redhat-developer/vscode-java/issues/3830#issuecomment-2519729457, from @sworthiness ### Error: `Type mismatch: cannot convert from Object to boolean Java(16777233)` ### Environment: (VS Codium - SSH remote development) - Version: 1.95.3 -...

bug
upstream

## Description If you have a markdown comment using the triple slashes `\\\` [^1] and have a [fenced codeblock](https://spec.commonmark.org/0.30/#fenced-code-block) inside of it, then the formatter does not respect the fact...

bug
upstream
formatter

My project is composed by the following: - java, maven, spring boot - one main directory with several maven modules Currently my settings are: ``` "maven.executable.options": "-am", "java.configuration.updateBuildConfiguration": "automatic", "java.import.maven.enabled":...

compile

Here's a trimmed version of the error logs (with stack traced omitted). The only thing that stands out as possibly relevant is this: > Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=25))" Anything...

When using the redhat-developer vscode-java extension in VSCode, I encounter errors in my `pom.xml` indicating that the parent POM cannot be resolved or dependencies are missing. However, the local Maven...

VSCode Version: 1.99.3 macOS: 26.0 (25A354) Language Support for Java(TM) by Red Hat v1.45.0 Java Version: Zulu 17.60 (but I was able to repro on multiple versions vs code won't...

bug
upstream
compile

Hi, I am on an ArchLinux device using Code OSS and when I download the extension "Language Support for Java(TM) by Red Hat" on my settings.json file the extension override...

Here you say that this extension "Supports code from Java 1.8 to Java 25". But since it is based on https://github.com/eclipse-jdtls/eclipse.jdt.ls if you read the details there, it says: "Supports...

question
java

It's surprising that we use a terminal to log project import progress instead of using an output channel. It would be better if we could log such things to an...

import