Documentation

Lean.Data.Lsp.Capabilities

Minimal LSP servers/clients do not have to implement a lot of functionality. Most useful additional behavior is instead opted into via capabilities.

  • documentChanges? : Option Bool

    The client supports versioned document changes in WorkspaceEdits.

  • changeAnnotationSupport? : Option ChangeAnnotationSupport

    Whether the client in general supports change annotations on text edits.

  • resourceOperations? : Option (Array String)

    The resource operations the client supports. Clients should at least support 'create', 'rename' and 'delete' files and folders.

Instances For
  • silentDiagnosticSupport? : Option Bool

    Whether the client supports DiagnosticWith.isSilent = true. If none or false, silent diagnostics will not be served to the client.

Instances For
Equations
  • One or more equations did not get rendered due to their size.
Instances For