Module Vscode.DebugAdapterDescriptor

type t = [
  1. | `DebugAdapterExecutable of DebugAdapterExecutable.t
  2. | `DebugAdapterServer of DebugAdapterServer.t
  3. | `DebugAdapterNamedPipeServer of DebugAdapterNamedPipeServer.t
  4. | `DebugAdapterInlineImplementation of DebugAdapterInlineImplementation.t
]
val t_of_js : Ojs.t -> t