vscode-java
vscode-java copied to clipboard
Java Language Support for Visual Studio Code
See https://github.com/gradle/gradle/pull/32597 ``` [error] FAILURE: Build failed with an exception. * What went wrong: Resolution of the configuration ':brigadier:annotationProcessor' was attempted without an exclusive lock. This is unsafe and not...
Plugin ``` io.takari.maven.plugins takari-lifecycle-plugin 2.1.1 ``` https://github.com/microsoft/vscode-spring-boot-dashboard/issues/356 When I use the takari compilation plugin, it causes my project to not be correctly recognized as a Java project, and the Configure...
I'm trying to test a FeignClient where I've defined a PathVariable using a `@PathVariable String urlId` but I'm receiving a `PathVariable annotation was empty on param 0` when I attempt...
Hi, We have a multi-module Gradle-based Java Spring application. When trying to open it in [Cursor IDE](https://www.cursor.so/) with the Language Support for Java plugin enabled, the project does not fully...
This extension decided to start acting up for no reason. I thought that maybe one of the cache/data files got corrupted somehow, so I removed every vscode-related file I could...
fix #2207, #659 A recommended way to organize imports in VS Code should be configuring generic `editor.codeActionsOnSave`. In this way, the java specific configuration can be deprecated to avoid any...
requires https://github.com/eclipse/eclipse.jdt.ls/pull/2487 When auto-build is disabled, there will be no diagnostics from the references when modifying a public symbol manually (e.g., change method name from "test" to "test1"). It might...
Fixes https://github.com/redhat-developer/vscode-java/issues/2429 Requires https://github.com/eclipse/eclipse.jdt.ls/pull/2089 Test vsix: https://github.com/snjeza/vscode-test/raw/master/java-1.6.1.vsix Signed-off-by: Snjezana Peco