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