Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
fullCaps :: ClientCapabilities Source #
Capabilities for full conformance to the current LSP specification.
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.