Skip to content

Commit

Permalink
Fix JSON key for LocationLink.originSelectionRange
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu committed Apr 3, 2021
1 parent c7ec7df commit abd855d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol_3_16/base-structures.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ type LocationLink struct {
* Used as the underlined span for mouse interaction. Defaults to the word
* range at the mouse position.
*/
OriginSelectionRange *Range `json:"uri,omitempty"`
OriginSelectionRange *Range `json:"originSelectionRange,omitempty"`

/**
* The target resource identifier of this link.
Expand Down

0 comments on commit abd855d

Please sign in to comment.