Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InlineCommunicationProvider

A communication provider for using the inline implementation of a debug adapter.

Hierarchy

  • InlineCommunicationProvider

Implements

Index

Constructors

constructor

Properties

Private closeEmitter

closeEmitter: Emitter<void> = ...

Private messageReceivedEmitter

messageReceivedEmitter: Emitter<string> = ...

onClose

onClose: Event<void> = ...

onError

onError: Event<Error> = ...

onMessageReceived

onMessageReceived: Event<string> = ...

Methods

dispose

  • dispose(): void

send

  • send(message: string): void