support vscode.ChatResponseTextEditPart and support rendering of text edits in chat widget (using the diff editor)

This commit is contained in:
Johannes
2024-04-03 18:19:22 +02:00
parent 5c00163b30
commit cf0038479e
21 changed files with 684 additions and 127 deletions

View File

@@ -1709,6 +1709,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
ChatResponseAnchorPart: extHostTypes.ChatResponseAnchorPart,
ChatResponseProgressPart: extHostTypes.ChatResponseProgressPart,
ChatResponseReferencePart: extHostTypes.ChatResponseReferencePart,
ChatResponseTextEditPart: extHostTypes.ChatResponseTextEditPart,
ChatResponseCommandButtonPart: extHostTypes.ChatResponseCommandButtonPart,
ChatRequestTurn: extHostTypes.ChatRequestTurn,
ChatResponseTurn: extHostTypes.ChatResponseTurn,