Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data Log = forall a.Pretty a => Log PluginId a
- idePlugins :: Recorder (WithPriority Log) -> IdePlugins IdeState
Documentation
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.