php-language-server icon indicating copy to clipboard operation
php-language-server copied to clipboard

Language server stops working properly

Open amarnath-mishra opened this issue 6 years ago • 0 comments
trafficstars

I am also facing the issue with monaco editor and using monaco-language-client to talk with LSP. In my case, initially the server works fine and gives expected results (for e.g. autocompletion), but as soon as I change something like write a function, the server stops working properly and Diagnosis return nothing; hover returns nothing; completion returns empty list with isIncomplete set to true.

In-fact publishDiagnostics calls stops coming from server. Here is the screenshot.

Screen Shot 2019-05-09 at 1 05 57 PM

amarnath-mishra avatar May 09 '19 07:05 amarnath-mishra