Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Link the full label / file name instead of individual components (…
…#382) fix: Link the full label / file name instead of linking each component individually So far, the `go_to_definition` provider did not provide a `originSelectionRange`. Hence, VS Code was falling back on its internal tokenization to decide which part of the text to provide the HyperLink for. For the label "my/package:file.txt", we hence linked `my`, `package`, `file` and `txt` individually, all pointing to the same file. With this change, we now instead always provide the link on the full label.
- Loading branch information