refactor: clean up unused detectedParticipant API (#239566)

This commit is contained in:
Joyce Er
2025-02-04 14:55:33 +08:00
committed by GitHub
parent 6bc5734484
commit 802eba821f
7 changed files with 4 additions and 61 deletions

View File

@@ -1777,7 +1777,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
ChatResponseTextEditPart: extHostTypes.ChatResponseTextEditPart,
ChatResponseMarkdownWithVulnerabilitiesPart: extHostTypes.ChatResponseMarkdownWithVulnerabilitiesPart,
ChatResponseCommandButtonPart: extHostTypes.ChatResponseCommandButtonPart,
ChatResponseDetectedParticipantPart: extHostTypes.ChatResponseDetectedParticipantPart,
ChatResponseConfirmationPart: extHostTypes.ChatResponseConfirmationPart,
ChatResponseMovePart: extHostTypes.ChatResponseMovePart,
ChatResponseReferencePartStatusKind: extHostTypes.ChatResponseReferencePartStatusKind,