sublimelsp / LSP-intelephense

PHP support for Sublime's LSP plugin provided through intelephense.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Index activity indicators do not disappear

husanjun opened this issue · comments

when I switch project,In the current view the index activity indicator increases but does not disappear

Try to restart ST and make sure that all dependencies are up to date (specifically lsp_utils).

Sorry, I didn't make myself clear.
It is usually fine, but when editing Settings or switching project in succession, multiple indicators appear and do not disappear, the last state is not removed
image

I think #54 should fix it.

Wasn't this issue fixed with sublimelsp/lsp_utils#49 ?

related issues:
sublimelsp/lsp_utils#48

Should be fixed with sublimelsp/lsp_utils#50

Or I hope so at least.

Wasn't this issue fixed with sublimelsp/lsp_utils#49 ?

Sounds like those are separate issues.
I think this issue could happen if we destroy the server before it had a chance to stop the status hence the extra fix.