mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
feat: render warnings for partial or omitted references (#222292)
* feat: render warnings for partial or omitted references * feat: apply warning foreground color to label for omitted reference * feat: render omitted warning in request attachment widget * feat: allow clicking to open chat attachment
This commit is contained in:
@@ -1763,6 +1763,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
ChatResponseProgressPart: extHostTypes.ChatResponseProgressPart,
|
||||
ChatResponseProgressPart2: extHostTypes.ChatResponseProgressPart2,
|
||||
ChatResponseReferencePart: extHostTypes.ChatResponseReferencePart,
|
||||
ChatResponseReferencePart2: extHostTypes.ChatResponseReferencePart,
|
||||
ChatResponseCodeCitationPart: extHostTypes.ChatResponseCodeCitationPart,
|
||||
ChatResponseWarningPart: extHostTypes.ChatResponseWarningPart,
|
||||
ChatResponseTextEditPart: extHostTypes.ChatResponseTextEditPart,
|
||||
@@ -1770,6 +1771,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
ChatResponseCommandButtonPart: extHostTypes.ChatResponseCommandButtonPart,
|
||||
ChatResponseDetectedParticipantPart: extHostTypes.ChatResponseDetectedParticipantPart,
|
||||
ChatResponseConfirmationPart: extHostTypes.ChatResponseConfirmationPart,
|
||||
ChatResponseReferencePartStatusKind: extHostTypes.ChatResponseReferencePartStatusKind,
|
||||
ChatRequestTurn: extHostTypes.ChatRequestTurn,
|
||||
ChatResponseTurn: extHostTypes.ChatResponseTurn,
|
||||
ChatLocation: extHostTypes.ChatLocation,
|
||||
|
||||
Reference in New Issue
Block a user