support for debugAdapterExecutable; fixes #33801

This commit is contained in:
Andre Weinand
2018-01-29 14:27:48 +01:00
parent c0a5a09ab4
commit 81142e2cb5
10 changed files with 96 additions and 9 deletions

View File

@@ -576,6 +576,7 @@ export function createApiFactory(
CompletionItemKind: extHostTypes.CompletionItemKind,
CompletionList: extHostTypes.CompletionList,
CompletionTriggerKind: extHostTypes.CompletionTriggerKind,
DebugAdapterExecutable: extHostTypes.DebugAdapterExecutable,
Diagnostic: extHostTypes.Diagnostic,
DiagnosticSeverity: extHostTypes.DiagnosticSeverity,
Disposable: extHostTypes.Disposable,