microsoft / vscode-java-dependency

Manage Java projects in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-dependency
MIT License
140 stars 68 forks source link

Java project loading infinitely #839

Open Dams4K opened 3 weeks ago

Dams4K commented 3 weeks ago

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 base of a class.

Clean java language server workspace don't work

I'm using fedora 38, Project Manager for Java v0.23.6 and vscode v1.90.0

jdneo commented 3 weeks ago

What is the project you are working on? Is that sharable?

Dams4K commented 2 weeks ago

This is just the basic project to create a minecraft mod with forge