On this project, running R-G with package.json#L18C20-L22C24 shows RangeLink: Multiple files match: package.json warning toast.
When I use ./package.json#L18C20-L22C24, it properly navigates to the file and make the selection.
There are a couple problems with this:
- When a root-level file without explicit path matches (the equivalent of
./), RangeLink should navigate to it
- I'm unsure why this error msg gets a
RangeLink: prefix in the toast ? The toasts show a Source attribute that would not require our msg to contain a prefix.
On this project, running R-G with
package.json#L18C20-L22C24showsRangeLink: Multiple files match: package.jsonwarning toast.When I use
./package.json#L18C20-L22C24, it properly navigates to the file and make the selection.There are a couple problems with this:
./), RangeLink should navigate to itRangeLink:prefix in the toast ? The toasts show aSourceattribute that would not require our msg to contain a prefix.