Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- spawnLsp :: LspFormattingConfig -> Codebase IO Symbol Ann -> Runtime Symbol -> Signal ProjectPathIds -> IO ()
- data LspFormattingConfig
Documentation
spawnLsp :: LspFormattingConfig -> Codebase IO Symbol Ann -> Runtime Symbol -> Signal ProjectPathIds -> IO () Source #
Spawn an LSP server on the configured port.
data LspFormattingConfig Source #
Instances
Show LspFormattingConfig Source # | |
Defined in Unison.LSP showsPrec :: Int -> LspFormattingConfig -> ShowS # show :: LspFormattingConfig -> String # showList :: [LspFormattingConfig] -> ShowS # | |
Eq LspFormattingConfig Source # | |
Defined in Unison.LSP (==) :: LspFormattingConfig -> LspFormattingConfig -> Bool # (/=) :: LspFormattingConfig -> LspFormattingConfig -> Bool # |