spring boot language server causing long waits for Java outline view when running in lightweight mode #642
Labels
for: vscode
something that is specific for VSCode
status: needs-investigation
theme: spring index & symbols
type: bug
Milestone
Describe the bug
I am running the Java language support in Lightweight launch mode only. When I open a Java file and there is no Spring Boot tooling enabled, the outline view will show Java content pretty quickly.
However, when I have the Spring Boot tooling enabled, it takes a long time until the outline content from the Java tooling gets populated.
My assumption is:
VS Code asks all the language servers for the symbols on the file. The Spring Boot tooling waits for a timeout before it returns, and VS Code is waiting for the language servers to return something before it shows the combined results.
The text was updated successfully, but these errors were encountered: