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