documentSelector : [ `TextDocumentFilter of
Linol_lsp__Types.TextDocumentFilter.t| `NotebookCellTextDocumentFilter of
Linol_lsp__Types.NotebookCellTextDocumentFilter.t ]
list
option;
firstTriggerCharacter : string;
moreTriggerCharacter : string list option;
}
val create :
?documentSelector:
[ `TextDocumentFilter of Linol_lsp__Types.TextDocumentFilter.t| `NotebookCellTextDocumentFilter of
Linol_lsp__Types.NotebookCellTextDocumentFilter.t ]
list->firstTriggerCharacter:string ->?moreTriggerCharacter:string list->unit ->t