Skip to content

Commit

Permalink
Clarify and downgrade implicit-hie message (haskell/ghcide#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-D-coder authored Oct 24, 2020
1 parent b6b983b commit 6b42f0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ghcide/session-loader/Development/IDE/Session.hs
Original file line number Diff line number Diff line change
Expand Up @@ -680,10 +680,11 @@ cacheDir = "ghcide"
notifyUserImplicitCradle:: FilePath -> FromServerMessage
notifyUserImplicitCradle fp =
NotShowMessage $
NotificationMessage "2.0" WindowShowMessage $ ShowMessageParams MtWarning $
NotificationMessage "2.0" WindowShowMessage $ ShowMessageParams MtInfo $
"No [cradle](https://github.com/mpickering/hie-bios#hie-bios) found for "
<> T.pack fp <>
".\n Proceeding with [implicit cradle](https://hackage.haskell.org/package/implicit-hie)"
".\n Proceeding with [implicit cradle](https://hackage.haskell.org/package/implicit-hie).\n\
\You should ignore this message, unless you see a 'Multi Cradle: No prefixes matched' error."

notifyCradleLoaded :: FilePath -> FromServerMessage
notifyCradleLoaded fp =
Expand Down

0 comments on commit 6b42f0b

Please sign in to comment.