Add tunnel list changed event API

This commit is contained in:
Alex Ross
2020-01-20 14:40:51 +01:00
parent 7cfac76c1d
commit 017aef63b9
6 changed files with 22 additions and 1 deletions

View File

@@ -1423,6 +1423,7 @@ export interface ExtHostTunnelServiceShape {
$filterCandidates(candidates: { host: string, port: number, detail: string }[]): Promise<boolean[]>;
$forwardPort(tunnelOptions: TunnelOptions): Promise<TunnelDto> | undefined;
$closeTunnel(remote: { host: string, port: number }): Promise<void>;
$onDidTunnelsChange(): Promise<void>;
}
// --- proxy identifiers