mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
support rendering extensions in chat (#246666)
This commit is contained in:
committed by
GitHub
parent
95b030057b
commit
18fcd02565
@@ -1797,6 +1797,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
ChatResponseCommandButtonPart: extHostTypes.ChatResponseCommandButtonPart,
|
||||
ChatResponseConfirmationPart: extHostTypes.ChatResponseConfirmationPart,
|
||||
ChatResponseMovePart: extHostTypes.ChatResponseMovePart,
|
||||
ChatResponseExtensionsPart: extHostTypes.ChatResponseExtensionsPart,
|
||||
ChatResponseReferencePartStatusKind: extHostTypes.ChatResponseReferencePartStatusKind,
|
||||
ChatRequestTurn: extHostTypes.ChatRequestTurn,
|
||||
ChatResponseTurn: extHostTypes.ChatResponseTurn,
|
||||
|
||||
Reference in New Issue
Block a user