pass config to adapterExecutableCommand; fixes #45220

This commit is contained in:
Andre Weinand
2018-09-15 16:45:43 +02:00
parent 82a2a4762c
commit 644d57ddba
12 changed files with 526 additions and 419 deletions

View File

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