haskell / haskell-language-server

Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
Apache License 2.0
2.66k stars 355 forks source link

Avoid setCurrentDirectory in hls-stylish-haskell-plugin (closes #4234) #4338

Open jhrcek opened 3 months ago

jhrcek commented 3 months ago

A quick attempt at fixing #4234

Depends on upstream fix: https://github.com/haskell/stylish-haskell/pull/482