mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
Implement chat confirmations (#212140)
* Add API proposal for chat confirmations * Update * Fix up chatParticipantAdditions check * And copy warning content * Redundant * Implement chat confirmation widget * Implement sending chat confirmation data in the request * Styling * Fix button titles * Fix build
This commit is contained in:
@@ -1724,6 +1724,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
ChatResponseMarkdownWithVulnerabilitiesPart: extHostTypes.ChatResponseMarkdownWithVulnerabilitiesPart,
|
||||
ChatResponseCommandButtonPart: extHostTypes.ChatResponseCommandButtonPart,
|
||||
ChatResponseDetectedParticipantPart: extHostTypes.ChatResponseDetectedParticipantPart,
|
||||
ChatResponseConfirmationPart: extHostTypes.ChatResponseConfirmationPart,
|
||||
ChatRequestTurn: extHostTypes.ChatRequestTurn,
|
||||
ChatResponseTurn: extHostTypes.ChatResponseTurn,
|
||||
ChatLocation: extHostTypes.ChatLocation,
|
||||
|
||||
Reference in New Issue
Block a user