Description
On Windows, the "Go to Definition" feature shows duplicate entries for the same definition due to differences in the URI format:
One uses: file:///c%3A/
The other uses: file:///c:/
Reproduction steps
- Open a Ruby project in VS Code on Windows.
- Use the "Go to Definition" feature on a method or class.
- Observe that duplicate definitions appear in the results.



Description
On Windows, the "Go to Definition" feature shows duplicate entries for the same definition due to differences in the URI format:
One uses: file:///c%3A/
The other uses: file:///c:/
Reproduction steps