mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
# Add partial accept kind to inline completion handle (#202668)
* # Add partial accept kind to inline completion handle --------- Co-authored-by: Henning Dieterichs <hdieterichs@microsoft.com>
This commit is contained in:
@@ -1677,6 +1677,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
ThreadFocus: extHostTypes.ThreadFocus,
|
||||
RelatedInformationType: extHostTypes.RelatedInformationType,
|
||||
SpeechToTextStatus: extHostTypes.SpeechToTextStatus,
|
||||
PartialAcceptTriggerKind: extHostTypes.PartialAcceptTriggerKind,
|
||||
KeywordRecognitionStatus: extHostTypes.KeywordRecognitionStatus,
|
||||
ChatResponseMarkdownPart: extHostTypes.ChatResponseMarkdownPart,
|
||||
ChatResponseFileTreePart: extHostTypes.ChatResponseFileTreePart,
|
||||
|
||||
Reference in New Issue
Block a user