Closed
Description
This causes test failures when using the latest version of lsp
See this PR for a demonstration of the test failures: #1894
A git bisect points me to this PR: haskell/lsp#326
Lsp changing the current directory was causing other problems and had to be removed. It's unfortunate that this is blocking the 9.0 upgrade, but it will need to be fixed on the hls plugins side. It should be a simple matter of making sure all relative paths to config files are made absolute using the workspace root
Originally posted by @pepeiborra in #1649 (comment)