We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1f457 commit a16e9fcCopy full SHA for a16e9fc
src/vs/workbench/services/actions/common/menusExtensionPoint.ts
@@ -105,6 +105,11 @@ const apiMenus: IAPIMenu[] = [
105
id: MenuId.DebugVariablesContext,
106
description: localize('menus.debugVariablesContext', "The debug variables view context menu")
107
},
108
+ {
109
+ key: 'debug/watch/context',
110
+ id: MenuId.DebugWatchContext,
111
+ description: localize('menus.debugWatchContext', "The debug watch view context menu")
112
+ },
113
{
114
key: 'debug/toolBar',
115
id: MenuId.DebugToolBar,
0 commit comments