Skip to content

Commit

Permalink
Finalize some interactive contribution points
Browse files Browse the repository at this point in the history
Follow up on microsoft#149271

Finalizing these two contributions based on microsoft#149767 (comment)

We're leaving the `notebook/cell/executePrimary` point for now as we don't plan to finalize it
  • Loading branch information
mjbvz committed May 23, 2022
1 parent 91923ba commit da76894
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,11 @@ const apiMenus: IAPIMenu[] = [
key: 'interactive/toolbar',
id: MenuId.InteractiveToolbar,
description: localize('interactive.toolbar', "The contributed interactive toolbar menu"),
proposed: 'notebookEditor'
},
{
key: 'interactive/cell/title',
id: MenuId.InteractiveCellTitle,
description: localize('interactive.cell.title', "The contributed interactive cell title menu"),
proposed: 'notebookEditor'
},
{
key: 'testing/item/context',
Expand Down

0 comments on commit da76894

Please sign in to comment.