feat: associate URIs with markdown code blocks for codemapper consumption (#228145)

This commit is contained in:
Joyce Er
2024-09-10 14:16:42 -07:00
committed by GitHub
parent fa3b9ad0c3
commit e7ca87c15d
13 changed files with 143 additions and 51 deletions

View File

@@ -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,