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
I have encountered an error where pylsp server sends malformed json. This breaks the lsp protocol session and causes any further client requests to be ignored.
I suspect it is caused by an issue in antlr parsing. We see examples of this in test outputs where characters occur in the output without good reason, mostly a number of dots and occasionally other characters.