Skip to content

Add debug relate menu contribution points #274072

@zobo

Description

@zobo

I am extending the debug variable and watch context menu and would also like to extend the debug hover menu. But there is no contribution point for this. Suggest adding to

	{
		key: 'debug/hover/context',
		id: MenuId.DebugHoverContext,
		description: localize('menus.debugHoverContext', "The debug hover view context menu")
	},

Further, there are also no contribution points to the debug breakpoints context menu, neither the view title menu. I'm considering implementing proper handling of language exceptions, but maybe I'll rather add an additional view than to extend the existing breakpoints view...

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions