View Source GenLSP.Structures.NotebookDocumentSyncClientCapabilities (gen_lsp v0.10.0)
Notebook specific client capabilities.
@since 3.17.0
Link to this section Summary
Functions
Fields
- dynamic_registration: Whether implementation supports dynamic registration. If this is
set to
true
the client supports the new(TextDocumentRegistrationOptions & StaticRegistrationOptions)
return value for the corresponding server capability as well. - execution_summary_support: The client supports sending execution summary data per cell.
Link to this section Types
Link to this section Functions
Link to this function
%GenLSP.Structures.NotebookDocumentSyncClientCapabilities{}
View Source (struct)
fields
Fields
- dynamic_registration: Whether implementation supports dynamic registration. If this is
set to
true
the client supports the new(TextDocumentRegistrationOptions & StaticRegistrationOptions)
return value for the corresponding server capability as well. - execution_summary_support: The client supports sending execution summary data per cell.