Hovering over function signatures has an error when the identifier is not correct.
Expected Behavior
Actual Behavior
It doesn't silently log like other errors. You get a popup:
[Trace - 5:12:28 PM] Received response 'textDocument/hover - (40)' in 0ms. Request failed: Request textDocument/hover failed with message: InvariantError: should never be reached (-32603).
[Error - 5:12:28 PM] Request textDocument/hover failed.
Message: Request textDocument/hover failed with message: InvariantError: should never be reached
Code: -32603
Steps to reproduce
Create a new file, then hover over the Numbers function.
Description
Hovering over function signatures has an error when the identifier is not correct.
Expected Behavior
Actual Behavior
It doesn't silently log like other errors. You get a popup:
Steps to reproduce
Create a new file, then hover over the Numbers function.
Fix
Close the quote on the final identifier.
error log - short.log