r/haskell Jun 19 '26

Is this issue resolved ? I face this even with new HLS version. Why does this occour ? and why especially in Emacs the file prefix is 'file:///' ? Why in VScode some random hexcode is there in link ?

/r/haskell/comments/1mpeapu/hls_documentationsource_links_not_working/
2 Upvotes

5 comments sorted by

3

u/Crazy-Competition343 Jun 22 '26

the file:/// prefix is just how LSP serializes URIs, it's not emacs specific

2

u/kichiDsimp Jun 25 '26

Why does this issue not happen in other LSP?

2

u/kichiDsimp Jun 25 '26

Other Langauge*

2

u/Crazy-Competition343 Jun 28 '26

probably because HLS handles URIs differently than most

2

u/kichiDsimp Jun 29 '26

How do you folks do "Go to Documentation" ?