Skip to content

Commit

Permalink
Fix #198492. Avoid action name duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix committed Nov 17, 2023
1 parent aa61b56 commit e80c203
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit e80c203

Please sign in to comment.