testing: allow contributing menu items to test view

Fixes #116806
This commit is contained in:
Connor Peet
2021-02-18 15:28:37 -08:00
parent 7aff64c42d
commit 45dc2f5fa0
4 changed files with 104 additions and 36 deletions

View File

@@ -166,6 +166,12 @@ const apiMenus: IAPIMenu[] = [
description: localize('notebook.cell.title', "The contributed notebook cell title menu"),
proposed: true
},
{
key: 'testing/item/context',
id: MenuId.TestItem,
description: localize('testing.item.title', "The contributed test item menu"),
proposed: true
},
{
key: 'extension/context',
id: MenuId.ExtensionContext,