documentSelector : [ `TextDocumentFilter of
Linol_lsp__Types.TextDocumentFilter.t| `NotebookCellTextDocumentFilter of
Linol_lsp__Types.NotebookCellTextDocumentFilter.t ]
list
option;
id : string option;
workDoneProgress : bool option;
}
Sourceval create :
?documentSelector:
[ `TextDocumentFilter of Linol_lsp__Types.TextDocumentFilter.t| `NotebookCellTextDocumentFilter of
Linol_lsp__Types.NotebookCellTextDocumentFilter.t ]
list->?id:string ->?workDoneProgress:bool ->unit ->t
include Linol_lsp.Import.Json.Jsonable.S withtypet := t