Closed
Description
$ ./haskell-language-server-0.5.1-linux-8.10.2 --probe-tools
haskell-language-server version: 0.5.1.0 (GHC: 8.10.2) (PATH: /home/gthomas/.config/Code/User/globalStorage/haskell.haskell/haskell-language-server-0.5.1-linux-8.10.2) (GIT hash: e3fe0e7546aa91e44cc56cfe8ec078a026cf533a)
Tool versions found on the $PATH
cabal: 3.2.0.0
stack: Not found
ghc: 8.10.2
import Data.Functor -- doesn't matter what module this is
main = putStrLn "hi"
Standalone file, no warnings enabled. I still get a blue, info-level, message about the unused import. There's seemingly no way to turn this off, and some would regard it as unwanted noise (particularly this person).