mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Don't restore ports that are already detected
Part of microsoft/vscode-remote-release#4112
This commit is contained in:
@@ -971,7 +971,6 @@ export interface MainThreadTunnelServiceShape extends IDisposable {
|
||||
$closeTunnel(remote: { host: string, port: number }): Promise<void>;
|
||||
$getTunnels(): Promise<TunnelDescription[]>;
|
||||
$setTunnelProvider(): Promise<void>;
|
||||
$tunnelServiceReady(): Promise<void>;
|
||||
$onFoundNewCandidates(candidates: { host: string, port: number, detail: string }[]): Promise<void>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user