We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abc02d commit df65882Copy full SHA for df65882
internal/fourslash/fourslash.go
@@ -899,6 +899,7 @@ func (f *FourslashTest) VerifyBaselineGoToDefinition(
899
Range: link.TargetSelectionRange,
900
}
901
})
902
+
903
// If there's a single result and it has an origin selection range, use it as additionalSpan
904
if len(*result.DefinitionLinks) == 1 && (*result.DefinitionLinks)[0].OriginSelectionRange != nil {
905
additionalSpan = &lsproto.Location{
0 commit comments