haskell-language-server-2.7.0.0: LSP server for GHC
Safe HaskellSafe-Inferred
LanguageGHC2021

HlsPlugins

Synopsis

Documentation

data Log Source #

Constructors

forall a.Pretty a => Log PluginId a 

Instances

Instances details
Pretty Log Source # 
Instance details

Defined in HlsPlugins

Methods

pretty :: Log -> Doc ann #

prettyList :: [Log] -> Doc ann #

idePlugins :: Recorder (WithPriority Log) -> IdePlugins IdeState Source #

The plugins configured for use in this instance of the language server. These can be freely added or removed to tailor the available features of the server.