finalize DebugAdapterDescriptorFactory API: fixes #62977

This commit is contained in:
Andre Weinand
2018-11-26 23:54:10 +01:00
parent daf4deaf0c
commit 4201f517b1
6 changed files with 122 additions and 125 deletions

View File

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