diff --git a/src/vs/workbench/contrib/notebook/browser/view/cellParts/chat/cellChatActions.ts b/src/vs/workbench/contrib/notebook/browser/view/cellParts/chat/cellChatActions.ts index 683141c5275b8..ff4136e84656f 100644 --- a/src/vs/workbench/contrib/notebook/browser/view/cellParts/chat/cellChatActions.ts +++ b/src/vs/workbench/contrib/notebook/browser/view/cellParts/chat/cellChatActions.ts @@ -148,7 +148,7 @@ registerAction2(class extends NotebookCellAction { constructor() { super( { - id: 'OFF.inlineChat.discard', + id: 'notebook.cell.chat.discard', title: localize('discard', 'Discard'), icon: Codicon.discard, menu: {