Skip to content

Commit a16e9fc

Browse files
debug/variables/context
1 parent 5e1f457 commit a16e9fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/vs/workbench/services/actions/common/menusExtensionPoint.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ const apiMenus: IAPIMenu[] = [
105105
id: MenuId.DebugVariablesContext,
106106
description: localize('menus.debugVariablesContext', "The debug variables view context menu")
107107
},
108+
{
109+
key: 'debug/watch/context',
110+
id: MenuId.DebugWatchContext,
111+
description: localize('menus.debugWatchContext', "The debug watch view context menu")
112+
},
108113
{
109114
key: 'debug/toolBar',
110115
id: MenuId.DebugToolBar,

0 commit comments

Comments
 (0)