-
Notifications
You must be signed in to change notification settings - Fork 510
Description
When opening my work repository as a multi-root workspace, the Java Language Server seems to hang indefinitely while importing/refreshing the root project.
Environment
- Operating System: Ubuntu 20.04.6
- JDK version: 11 for the project, 17 for the extension
- Visual Studio Code version: 1.78.2
- Java extension version: 1.18.0
Steps To Reproduce
This happens as soon as I open my project in VSCode and the language server starts up. I can't link to the repository because it's private. This doesn't happen on smaller repositories.
Current Result
The language server output hangs after printing the output:
03ec6036 Reporting encoding changes. [Done]
f29dbd85 Importing root project: 31% Refreshing '<project root dir>'. [308/1000]
Expected Result
It should continue to import the project and then offer up the language features it advertises.
Additional Informations
Not sure if this is relevant, but sometime the output above shows a second message related to Gradle instead. We're currently migrating from using Maven to Gradle, and we have the structure for both build systems in the repository right now. I've disabled all the options for the Java LS extension related to Maven that I could find.