Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
installInteractions :: [Interaction] -> PluginDescriptor IdeState -> PluginDescriptor IdeState Source #
Attact the Interaction
s to a PluginDescriptor
. Interactions are
self-contained request/response pairs that abstract over the LSP, and
provide a unified interface for doing interesting things, without needing to
dive into the underlying API too directly.