sublimelsp / LSP-angular

Convenience plugin for Angular Language Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It's not working with ST 4070+

opened this issue · comments

It's strange... That bug should not cause the server to not work. I've only seen it happen in tests where sessions are started and stopped very fast.

I would think that if you are getting this issue, the issue would be that the server is crashing on start immediately (due to unrelated issue).

I'm investigating it, but it works in ST 4069- for sure.

I believe that something is wrong on @angular/language-server side (when I enable ls logging, plugin works in ST 4070+), will do further investigation.


TODO: Explore this issue.

Wasn't easy but found the issue: sublimelsp/LSP#1238
So it's an LSP bug after all.

That's cool! Thanks!