Fix target_selection_range type
This commit is contained in:
parent
76d52be1da
commit
70a35379ab
@ -390,7 +390,7 @@ pub fn to_location_link(
|
||||
origin_selection_range: Some(target.range.conv_with(line_index)),
|
||||
target_uri,
|
||||
target_range,
|
||||
target_selection_range: Some(target_selection_range),
|
||||
target_selection_range: target_selection_range,
|
||||
};
|
||||
Ok(res)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user