Skip to content

spring boot language server causing long waits for Java outline view when running in lightweight mode #642

Closed
@martinlippert

Description

@martinlippert

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.

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions