Interface LocationLink
interface LocationLink {
originSelectionRange?: IRange;
range: IRange;
targetSelectionRange?: IRange;
uri: Uri;
}interface LocationLink {
originSelectionRange?: IRange;
range: IRange;
targetSelectionRange?: IRange;
uri: Uri;
}
A range to select where this link originates from.