Functionality to do with initializing and shutting down the server ("General Messages" section of LSP spec).
Lean-specific initialization options.
Time (in milliseconds) which must pass since latest edit until elaboration begins. Lower values may make editors feel faster at the cost of higher CPU usage. Defaults to 200ms.
Whether the client supports interactive widgets. When true, in order to improve performance the server may cease including information which can be retrieved interactively in some standard LSP messages. Defaults to false.
Instances For
- clientInfo? : Option ClientInfo
- initializationOptions? : Option InitializationOptions
- capabilities : ClientCapabilities
- trace : Trace
If omitted, we default to off.
- workspaceFolders? : Option (Array WorkspaceFolder)
Instances For
Equations
Instances For
- capabilities : ServerCapabilities
- serverInfo? : Option ServerInfo