mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Adds InlineCompletionItemProvider.handleEndOfLifetime
This commit is contained in:
committed by
Henning Dieterichs
parent
3c7a764a0e
commit
9c6b2d234a
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user