Let extension contribute to ports context

and return useful info from port label command
Part of microsoft/vscode-remote-release#4433
This commit is contained in:
Alex Ross
2021-02-10 15:39:37 +01:00
parent 95d4184f26
commit c87de4b1f3
2 changed files with 21 additions and 13 deletions

View File

@@ -182,6 +182,11 @@ const apiMenus: IAPIMenu[] = [
id: MenuId.TimelineItemContext,
description: localize('view.timelineContext', "The Timeline view item context menu")
},
{
key: 'ports/item/context',
id: MenuId.TunnelContext,
description: localize('view.tunnelContext', "The Ports view item context menu")
}
];
namespace schema {