diff --git a/src/vs/workbench/contrib/chat/browser/actions/chatCopyActions.ts b/src/vs/workbench/contrib/chat/browser/actions/chatCopyActions.ts index 23b4712e2a5..42d67d3b3a5 100644 --- a/src/vs/workbench/contrib/chat/browser/actions/chatCopyActions.ts +++ b/src/vs/workbench/contrib/chat/browser/actions/chatCopyActions.ts @@ -63,12 +63,6 @@ export function registerChatCopyActions() { when: ChatContextKeys.responseIsFiltered.negate(), group: 'copy', }, - { - id: MenuId.ChatMessageTitle, - group: 'navigation', - order: 5, - when: ChatContextKeys.responseIsFiltered.negate(), - }, { id: MenuId.ChatMessageFooter, group: 'navigation',