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

Manage Java projects in Visual Studio Code.

Results 133 vscode-java-dependency issues
Sort by recently updated
recently updated
newest added

When I open a java project, the extension starts loading the project but never finishes, which prevents me from accessing automatic imports, or simply creating a new file with the...

org.eclipse.core.runtime.CoreException: No package root found for null at com.microsoft.jdtls.ext.core.PackageCommand.getPackageRootChildren(PackageCommand.java:370) at com.microsoft.jdtls.ext.core.PackageCommand.getChildren(PackageCommand.java:109) at com.microsoft.jdtls.ext.core.CommandHandler.executeCommand(CommandHandler.java:31) at org.eclipse.jdt.ls.core.internal.handlers.WorkspaceExecuteCommandHandler$1.run(WorkspaceExecuteCommandHandler.java:230) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:47) at org.eclipse.jdt.ls.core.internal.handlers.WorkspaceExecuteCommandHandler.executeCommand(WorkspaceExecuteCommandHandler.java:220) at org.eclipse.jdt.ls.core.internal.handlers.JDTLanguageServer.lambda$4(JDTLanguageServer.java:604) at org.eclipse.jdt.ls.core.internal.BaseJDTLanguageServer.lambda$0(BaseJDTLanguageServer.java:87) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(Unknown Source) at java.base/java.util.concurrent.CompletableFuture$Completion.exec(Unknown Source) at...

bug

Type: Bug Steps: 1. Clone this project https://github.com/nipafx/nox.zone 2. Navigate to JDK StringTemplate.class 3. Go to 447 line of code, Processor RAW = st -> st; 4. CTRL + Left...

bug

I get this error often when I change or sometimes even view non-java files in my project. It makes all those resources disappear from the project and they will be...

Java project manager is unable to detect Spring Boot project generated via vscode-spring-initializr or quarkus. STR: 1. open command palette 2. `Java: Create Java Project` 3. `Spring Boot` 4. `Gradle...

This MR referes to the issue, https://github.com/microsoft/vscode-java-dependency/issues/857

enhancement

When class from library is opened there is no breadcrumbs available. Steps to reproduce: 1. clone repo https://github.com/spring-projects/spring-kafka, (you can use any repo) 2. Try to open **ApplicationEvent.java** class from...

upstream

src has 2 occurrences in project folder (vs code view) seems like it has been open twice can't see content of one of them + deleting it will also delete...

Type: Bug I created a Gradle project in IntelliJ IDEA. Opened the folder in VS Code. It doesn't recognize the Java project: "No Java projects found in the current workspace."...

need more info