unison-cli-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.LSP.OpenOnShare

Synopsis

Documentation

openOnShareHandler :: TRequestMessage ('Method_CustomMethod "unison/openOnShare") -> (Either ResponseError Value -> Lsp ()) -> Lsp () Source #

Handler for the 'unison/openOnShare' custom LSP request. This resolves the symbol at the given position to its FQN and makes an HTTP POST to the local Share service.