lsp-types-2.1.1.0: Haskell library for the Microsoft Language Server Protocol, data types
Safe HaskellSafe-Inferred
LanguageGHC2021

Language.LSP.Protocol.Capabilities

Synopsis

Documentation

fullCaps :: ClientCapabilities Source #

Capabilities for full conformance to the current LSP specification.

data LSPVersion Source #

A specific version of the LSP specification.

Constructors

LSPVersion Int Int 

capsForVersion :: LSPVersion -> ClientCapabilities Source #

Capabilities for full conformance to the LSP specification up until a version.

dynamicRegistrationSupported :: SMethod m -> ClientCapabilities -> Bool Source #

Whether the client supports dynamic registration for the given method.