mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
feat: associate URIs with markdown code blocks for codemapper consumption (#228145)
This commit is contained in:
@@ -1751,6 +1751,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
ChatResponseReferencePart: extHostTypes.ChatResponseReferencePart,
|
||||
ChatResponseReferencePart2: extHostTypes.ChatResponseReferencePart,
|
||||
ChatResponseCodeCitationPart: extHostTypes.ChatResponseCodeCitationPart,
|
||||
ChatResponseCodeblockUriPart: extHostTypes.ChatResponseCodeblockUriPart,
|
||||
ChatResponseWarningPart: extHostTypes.ChatResponseWarningPart,
|
||||
ChatResponseTextEditPart: extHostTypes.ChatResponseTextEditPart,
|
||||
ChatResponseMarkdownWithVulnerabilitiesPart: extHostTypes.ChatResponseMarkdownWithVulnerabilitiesPart,
|
||||
|
||||
Reference in New Issue
Block a user