Vscode.DebugAdapterDescriptor
type t = [
| `DebugAdapterExecutable of DebugAdapterExecutable.t
| `DebugAdapterServer of DebugAdapterServer.t
| `DebugAdapterNamedPipeServer of DebugAdapterNamedPipeServer.t
| `DebugAdapterInlineImplementation of DebugAdapterInlineImplementation.t
]
val t_of_js : Ojs.t -> t