mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
support for debugAdapterExecutable; fixes #33801
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user