api - refine filetree-part (name and structure), add push method to stream (#204595)

https://github.com/microsoft/vscode/issues/199908
This commit is contained in:
Johannes Rieken
2024-02-07 13:51:18 +01:00
committed by GitHub
parent 57f5f81edd
commit 7c16d665f9
5 changed files with 137 additions and 20 deletions

View File

@@ -1650,7 +1650,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
KeywordRecognitionStatus: extHostTypes.KeywordRecognitionStatus,
ChatResponseTextPart: extHostTypes.ChatResponseTextPart,
ChatResponseMarkdownPart: extHostTypes.ChatResponseMarkdownPart,
ChatResponseFilesPart: extHostTypes.ChatResponseFilesPart,
ChatResponseFileTreePart: extHostTypes.ChatResponseFilesPart,
ChatResponseAnchorPart: extHostTypes.ChatResponseAnchorPart,
ChatResponseProgressPart: extHostTypes.ChatResponseProgressPart,
ChatResponseReferencePart: extHostTypes.ChatResponseReferencePart,