unison-cli-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.LSP.Configuration

Synopsis

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.