Adds InlineCompletionItemProvider.handleEndOfLifetime

This commit is contained in:
Henning Dieterichs
2025-04-10 14:00:18 +02:00
committed by Henning Dieterichs
parent 3c7a764a0e
commit 9c6b2d234a
16 changed files with 414 additions and 220 deletions

View File

@@ -1784,6 +1784,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
SpeechToTextStatus: extHostTypes.SpeechToTextStatus,
TextToSpeechStatus: extHostTypes.TextToSpeechStatus,
PartialAcceptTriggerKind: extHostTypes.PartialAcceptTriggerKind,
InlineCompletionEndOfLifeReasonKind: extHostTypes.InlineCompletionEndOfLifeReasonKind,
KeywordRecognitionStatus: extHostTypes.KeywordRecognitionStatus,
ChatResponseMarkdownPart: extHostTypes.ChatResponseMarkdownPart,
ChatResponseFileTreePart: extHostTypes.ChatResponseFileTreePart,