rescript-lang / rescript-vscode

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

preserve URI format in `canonicalizeUri` #990

Closed WhyThat closed 3 months ago

WhyThat commented 3 months ago

This PR addresses a bug in the canonicalizeUri function that was causing issues with the go to definition feature in Neovim.

fhammerschmidt commented 3 months ago

thanks, this was what I was actually missing, now I can do a little cleanup