mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
Add API to get an array of tunnel descriptions
This commit is contained in:
@@ -762,6 +762,9 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
openTunnel: (forward: vscode.TunnelOptions) => {
|
||||
checkProposedApiEnabled(extension);
|
||||
return extHostTunnelService.openTunnel(forward);
|
||||
},
|
||||
get tunnels() {
|
||||
return extHostTunnelService.getTunnels();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user