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'm invoking textDocument/definition. The returned range starts correctly, however the end isn't set. The expectation would be in this case that the range gets to the last character of the variable name.
The issue seems to be that the underlying /gotodefinition operation from the server doesn't return and end position nor a length.
The text was updated successfully, but these errors were encountered:
I'm invoking
textDocument/definition
. The returned range starts correctly, however the end isn't set. The expectation would be in this case that the range gets to the last character of the variable name.The issue seems to be that the underlying
/gotodefinition
operation from the server doesn't return and end position nor a length.The text was updated successfully, but these errors were encountered: