mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user