mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Fix timing issue where port detection can fail to start
This commit is contained in:
committed by
Johannes Rieken
parent
f66dd930e2
commit
7a4e3cd309
@@ -57,6 +57,9 @@ export class MainThreadTunnelService extends Disposable implements MainThreadTun
|
||||
return this._proxy.$registerCandidateFinder(this.processFindingEnabled());
|
||||
}
|
||||
}));
|
||||
this._register(this.tunnelService.onAddedTunnelProvider(() => {
|
||||
return this._proxy.$registerCandidateFinder(this.processFindingEnabled());
|
||||
}));
|
||||
}
|
||||
|
||||
private _alreadyRegistered: boolean = false;
|
||||
|
||||
Reference in New Issue
Block a user