haskell / lsp

Haskell library for the Microsoft Language Server Protocol
366 stars 92 forks source link

Fix virtual file name adding .hs extension (rebased on master) #364

Closed jneira closed 3 years ago

jneira commented 3 years ago

358 rebased on master

Problem: virtualFileName always adds a .hs extension to the filename.

Solution: Use takeExtensios instead to use the original file extension.