You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
It can be reproduced with any LS that responds to textDocument/documentSymbol request message.
Install ide-java extension.
Open a Java file X
Toggle Outline view on. Symbols if file are shown. Great! Keep Outline view opened now
Open Java file Y.
Note that now Outline view shows the "blue spinning circle" denoting "loading" state. It'll be showing this "loading" state all the time now until you close outline view and toggle it on again
The text was updated successfully, but these errors were encountered:
I've run into this, and believe it's a bug in the outline package itself. The messages passing through this package all seemed fine. I'll leave this open until it's solved though (which will be whenever I or someone else gets round to it).
It can be reproduced with any LS that responds to
textDocument/documentSymbol
request message.ide-java
extension.Note that now Outline view shows the "blue spinning circle" denoting "loading" state. It'll be showing this "loading" state all the time now until you close outline view and toggle it on again
The text was updated successfully, but these errors were encountered: