Add DebugAdapterNamedPipeServer

This commit is contained in:
Tyler Leonhardt
2020-07-23 15:40:13 -07:00
parent a7fdaf4fbc
commit 10a5d09ed5
8 changed files with 178 additions and 5 deletions

View File

@@ -1016,6 +1016,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
ConfigurationTarget: extHostTypes.ConfigurationTarget,
DebugAdapterExecutable: extHostTypes.DebugAdapterExecutable,
DebugAdapterServer: extHostTypes.DebugAdapterServer,
DebugAdapterNamedPipeServer: extHostTypes.DebugAdapterNamedPipeServer,
DebugAdapterInlineImplementation: extHostTypes.DebugAdapterInlineImplementation,
DecorationRangeBehavior: extHostTypes.DecorationRangeBehavior,
Diagnostic: extHostTypes.Diagnostic,