Module Vscode.ShellExecutionOptions

include Interop.Js.T
type t
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t
val executable : t -> string option
val shellArgs : t -> string list
val shellQuoting : t -> ShellQuotingOptions.t option
val cwd : t -> string option
val env : t -> string Interop.Dict.t option
val create : ?executable:string -> ?shellArgs:string list -> ?shellQuoting:ShellQuotingOptions.t -> ?cwd:string -> ?env:string Interop.Dict.t -> unit -> t