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
By my reading of the LSP spec the result property is required in all successful cases, but currently if a null response if given for, for example, textDocument/hover the response will not contain the result property. I did some digging and am pretty sure this can be fixed by changing this area to unconditionally return a result property, setting it to null if it's null.