add DiagnosticRelatedInformation, #10271

This commit is contained in:
Johannes Rieken
2018-03-15 11:43:17 +01:00
parent 16e82731a1
commit 8d022273dd
7 changed files with 113 additions and 32 deletions

View File

@@ -599,6 +599,7 @@ export function createApiFactory(
CompletionTriggerKind: extHostTypes.CompletionTriggerKind,
DebugAdapterExecutable: extHostTypes.DebugAdapterExecutable,
Diagnostic: extHostTypes.Diagnostic,
DiagnosticRelatedInformation: extHostTypes.DiagnosticRelatedInformation,
DiagnosticSeverity: extHostTypes.DiagnosticSeverity,
Disposable: extHostTypes.Disposable,
DocumentHighlight: extHostTypes.DocumentHighlight,