Vscode_languageclient.LanguageClientval make :
id:string ->
name:string ->
serverOptions:ServerOptions.t ->
clientOptions:ClientOptions.t ->
?forceDebug:bool ->
unit ->
tval from_stream :
id:string ->
name:string ->
(unit -> StreamInfo.t Promise.t) ->
tval start : t -> unit Promise.tval isRunning : t -> boolval stop : t -> unit Promise.tval initializeResult : t -> InitializeResult.tval sendRequest :
t ->
meth:string ->
data:Jsonoo.t ->
?token:Vscode.CancellationToken.t ->
unit ->
Jsonoo.t Promise.tval registerFeature : t -> feature:StaticFeature.t -> unitval sendNotification : t -> string -> Ojs.t -> unit