Start candidate finding later (#113377)

And filter out the renderer.
Fixes #4185, #4110
This commit is contained in:
Alex Ross
2020-12-24 11:51:47 +01:00
committed by GitHub
parent ce02917f66
commit 0b1892f877
6 changed files with 68 additions and 42 deletions

View File

@@ -1768,6 +1768,7 @@ export interface ExtHostTunnelServiceShape {
$forwardPort(tunnelOptions: TunnelOptions, tunnelCreationOptions: TunnelCreationOptions): Promise<TunnelDto> | undefined;
$closeTunnel(remote: { host: string, port: number }, silent?: boolean): Promise<void>;
$onDidTunnelsChange(): Promise<void>;
$registerCandidateFinder(): Promise<void>;
}
export interface ExtHostTimelineShape {