support EH based DAs

This commit is contained in:
Andre Weinand
2018-09-19 23:25:44 +02:00
parent abee50e765
commit b3d2c6035e
8 changed files with 175 additions and 77 deletions

View File

@@ -726,6 +726,7 @@ export function createApiFactory(
ConfigurationTarget: extHostTypes.ConfigurationTarget,
DebugAdapterExecutable: extHostTypes.DebugAdapterExecutable,
DebugAdapterServer: extHostTypes.DebugAdapterServer,
DebugAdapterImplementation: extHostTypes.DebugAdapterImplementation,
DecorationRangeBehavior: extHostTypes.DecorationRangeBehavior,
Diagnostic: extHostTypes.Diagnostic,
DiagnosticRelatedInformation: extHostTypes.DiagnosticRelatedInformation,