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

Whenever the extension activates, its icon on the bottom-right starts "loading" and never turns into the "Thumbs Up" icon. Able to reproduce with individual Java files and Maven projects. Best...

This PR aims to replace tslint with eslint, since the former [is deprecated since 2019](https://blog.palantir.com/tslint-in-2019-1a144c2317a9).

has conflicts

Currently we perform PR test on macOS and ubuntu. We need to add Win to the workflow to cover all the 3 OS env.

build/infra

##### Steps To Reproduce 1. git clone sample project: https://github.com/microsoft/vscode-gradle 2. Open in VSCode, set `java.configuration.updateBuildConfiguration` to `disabled` 3. make an error in `./gradle-server/build.gradle`. e.g., set `java` closure in line...

bug

[client.log](https://github.com/redhat-developer/vscode-java/files/9053696/client.log) [client_log2.log](https://github.com/redhat-developer/vscode-java/files/9053737/client_log2.log) Hi, A couple of days ago noticed that when I add new java project It does not get resolved (classpath, JRE, etc) in Java Projects view. Hence Tests...

bug
regression

Let's rename the default branch from master to `main`. Currently this is the default behaviour adopted by the community. Migration Steps: https://github.com/github/renaming.

build/infra

Organize imports will remove imports when the references are not valid Java code anymore. This might remove "valid" imports that just happen to be unused at that moment, because there...

bug
code action

I want to have the same run configuration I have on `Intellij` the same as I do for `VS Code`. But I am not sure how to go about doing...

question

So far, the vscode-java extension has 82 settings (configurable under User section). And all of them are grouped in one section `Java`, which is not very user-friendly. A good example...

enhancement

Hi there, an Open VSX commiter here 👋! ## Context Open VSX has today deployed a change adding the ability to do both pre-releases and platform-specific extensions the same way...

build/infra