Vscode_languageclient.ClientOptionsval documentSelector : t -> DocumentSelector.t optionval outputChannel : t -> Vscode.OutputChannel.t optionval revealOutputChannelOn : t -> RevealOutputChannelOn.tval create :
?documentSelector:DocumentSelector.t ->
?outputChannel:Vscode.OutputChannel.t ->
?revealOutputChannelOn:RevealOutputChannelOn.t ->
unit ->
t