lsp-2.5.0.0: Haskell library for the Microsoft Language Server Protocol
Safe HaskellNone
LanguageGHC2021

Language.LSP.Diagnostics

Contents

Synopsis

Documentation

type DiagnosticStore = HashMap NormalizedUri StoreItem #

data StoreItem #

Instances

Instances details
Show StoreItem # 
Instance details

Defined in Language.LSP.Diagnostics

Eq StoreItem # 
Instance details

Defined in Language.LSP.Diagnostics

getDiagnosticParamsFor :: Int -> DiagnosticStore -> NormalizedUri -> Maybe PublishDiagnosticsParams #

for tests