sublimelsp / LSP-angular

Convenience plugin for Angular Language Service
MIT License
9 stars 2 forks source link

It's not working with ST 4070+ #1

Closed ghost closed 4 years ago

ghost commented 4 years ago

Details:

https://github.com/sublimehq/sublime_text/issues/3545

rchl commented 4 years ago

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).

ghost commented 4 years ago

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

ghost commented 4 years ago

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.

rchl commented 4 years ago

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

ghost commented 4 years ago

That's cool! Thanks!