documentSelector : [ `TextDocumentFilter of
Linol_lsp__Types.TextDocumentFilter.t| `NotebookCellTextDocumentFilter of
Linol_lsp__Types.NotebookCellTextDocumentFilter.t ]
list
option;
resolveProvider : bool option;
workDoneProgress : bool option;
}
val create :
?documentSelector:
[ `TextDocumentFilter of Linol_lsp__Types.TextDocumentFilter.t| `NotebookCellTextDocumentFilter of
Linol_lsp__Types.NotebookCellTextDocumentFilter.t ]
list->?resolveProvider:bool ->?workDoneProgress:bool ->unit ->t