rescript-lang / rescript-vscode

Official VSCode plugin for ReScript
MIT License
327 stars 55 forks source link

Use canonicalized URIs/paths for jump to definition #982

Closed fhammerschmidt closed 3 months ago

fhammerschmidt commented 3 months ago

This fixes the issue when you have an internal package in a monorepo and you click on a module from it in another package, you end up at node_modules/@yourNamespace/yourPackageName. Now it uses the real path and not the symlink anymore, so end up at the correct location.

zth commented 3 months ago

@fhammerschmidt just a rebase and we're ready to go.

fhammerschmidt commented 3 months ago

rebased and added a changelog now!