Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable getDocs call with ghc-lib (haskell/ghcide#342)
This has caused a bunch of issues in DAML where GHC seems to randomly panics when completions are requested, see digital-asset/daml#4152 for the error. I am not entirely sure what is going wrong there but `getDocs` also goes through the GHCi codepaths which are known to cause issues with ghc-lib so for now, let’s disable it.
- Loading branch information