Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- updateConfig :: Applicative m => Config -> m ()
- parseConfig :: Config -> Value -> Either Text Config
- workspaceConfigurationChanged :: TNotificationMessage 'Method_WorkspaceDidChangeConfiguration -> Lsp ()
Documentation
updateConfig :: Applicative m => Config -> m () Source #
Handle configuration changes.
workspaceConfigurationChanged :: TNotificationMessage 'Method_WorkspaceDidChangeConfiguration -> Lsp () Source #
We could use this notification to cancel/update work-in-progress, but we don't actually need to update the config here, that's handled by the lsp library automatically.