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
/**
* The range that should be selected and revealed when this link is being
* followed, e.g the name of a function. Must be contained by the the
* `targetRange`. See also `DocumentSymbol#range`
*/
targetSelectionRange: Range;
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Apologies for the lack of detail; I encountered this on a machine I cannot log into my personal Github account from.
Server Version
0.25.0
Terraform Version
1.0.3
Client Version
emacs-lsp
Terraform Configuration Files
Shouldn't be relevant
Log Output
Hopefully not needed
Expected Behavior
According to the spec, targetSelectionRange must contain targetRange. So I expect that to be the case.
Actual Behavior
targetSelectionRange has a start and end at line 0 column 0, which does not contain targetRange.
Steps to Reproduce
Set up terraform-ls with emacs-lsp and try to go to a definition with
lsp-find-definition
.The text was updated successfully, but these errors were encountered: