-
Notifications
You must be signed in to change notification settings - Fork 36.2k
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issues
Description
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/watch/context', |
{
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...
gjsjohnmurray
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issues