We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b377ab3 commit 67209fbCopy full SHA for 67209fb
ghcide/session-loader/Development/IDE/Session.hs
@@ -880,7 +880,9 @@ newComponentCache recorder exts cradlePath _cfp hsc_env old_cis new_cis = do
880
getSession
881
#endif
882
henv <- createHscEnvEq thisEnv (zip uids dfs)
883
- let targetEnv = (if isBad ci then multi_errs else [], Just henv)
+ -- TODO: multi_errs seem to make HLS stuck
884
+ -- let targetEnv = (if isBad ci then multi_errs else [], Just henv)
885
+ let targetEnv = ([], Just henv)
886
targetDepends = componentDependencyInfo ci
887
res = ( targetEnv, targetDepends)
888
logWith recorder Debug $ LogNewComponentCache res
0 commit comments