gql icon indicating copy to clipboard operation
gql copied to clipboard

Supress all editor event based errors

Open kumarharsh opened this issue 6 years ago • 0 comments

Sometimes, the gql plugin starts throwing these errors which keeps starting up the output terminal:

[Error - 12:24:29 AM] Request textDocument/hover failed. Message: Request textDocument/hover failed with message: Cannot read property 'getText' of undefined Code: -32603

Mostly, this happens after a computer sleep and any non-gql code when hovered starts throwing this error. These kind of errors need to be handled gracefully and not cause confusion.

kumarharsh avatar Feb 06 '18 18:02 kumarharsh