Vscode_languageclient.ExecutableOptionsval cwd : t -> string optionval env : t -> string Interop.Dict.t optionval detached : t -> bool optionval shell : t -> bool optionval create :
?cwd:string ->
?env:string Interop.Dict.t ->
?detached:bool ->
?shell:bool ->
unit ->
t