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
Before this, lsp.Location[] is returned by onDefinition, and the results
do not contain the originSelectionRange.
If user hovers over templateUrl for example, they'd see
```
@component({
templateUrl: './app.component.html',
})
class AppComponent {}
```
`app`, `component`, and `html` highlighted separately.
Returning lsp.LocationLink[] solves this issue.
0 commit comments