We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73652d7 commit d4eea66Copy full SHA for d4eea66
ghcide/src/Development/IDE/Plugin/HLS.hs
@@ -202,7 +202,7 @@ extensiblePlugins recorder xs = mempty { P.pluginHandlers = handlers }
202
handlers = fmap (\(plid,_,handler) -> (plid,handler)) fs
203
es <- runConcurrently msg (show m) handlers ide params
204
let (errs,succs) = partitionEithers $ toList es
205
- unless (null errs) $ forM_ errs $ \err -> logWith recorder Error $ LogPluginError err
+ unless (null errs) $ forM_ errs $ \err -> logWith recorder Warning $ LogPluginError err
206
case nonEmpty succs of
207
Nothing -> pure $ Left $ combineErrors errs
208
Just xs -> do
0 commit comments